mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Actually fixed the apt trigger
This commit is contained in:
parent
4094cd7231
commit
b01edeb5aa
1 changed files with 2 additions and 2 deletions
|
@ -105,13 +105,13 @@ stages:
|
|||
targetType: 'inline'
|
||||
script: |
|
||||
$body = @{
|
||||
"ref"="master"
|
||||
"ref"="main"
|
||||
"inputs"= @{"version"= "$(gitTag)"}
|
||||
} | ConvertTo-Json
|
||||
|
||||
$header = @{
|
||||
"Accept"="application/vnd.github.v3+json"
|
||||
"Authorization"="${env:APTPAT}"
|
||||
"Authorization"="Bearer ${env:APTPAT}"
|
||||
}
|
||||
|
||||
Invoke-RestMethod -Uri "https://api.github.com/repos/Ombi-app/Ombi.Apt/actions/workflows/build-deb.yml/dispatches" -Method 'Post' -Body $body -Headers $header
|
Loading…
Add table
Add a link
Reference in a new issue