mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
$body = @{
|
$body = @{
|
||||||
"ref"="master"
|
"ref"="main"
|
||||||
"inputs"= @{"version"= "$(gitTag)"}
|
"inputs"= @{"version"= "$(gitTag)"}
|
||||||
} | ConvertTo-Json
|
} | ConvertTo-Json
|
||||||
|
|
||||||
$header = @{
|
$header = @{
|
||||||
"Accept"="application/vnd.github.v3+json"
|
"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
|
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