This commit is contained in:
parent
2ba0f6a075
commit
867544f12e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apk add ca-certificates curl
|
apk add ca-certificates curl
|
||||||
curl -v -X POST --data '{
|
curl -v -X POST -H 'Content-Type: application/json' --data '{
|
||||||
"commit": "${{github.sha}}",
|
"commit": "${{github.sha}}",
|
||||||
"ref": "${{github.ref}}",
|
"ref": "${{github.ref}}",
|
||||||
"default-branch": "main"
|
"default-branch": "main"
|
||||||
|
|
Loading…
Reference in a new issue