ci: fix dispatch yaml syntax
This commit is contained in:
@@ -11,8 +11,8 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: >-
|
- run: |-
|
||||||
curl "$GITHUB_API_URL/repos/codinget/actions-test/actions/workflows/test-inputs/dispatches"
|
curl -s "$GITHUB_API_URL/repos/codinget/actions-test/actions/workflows/test-inputs/dispatches"
|
||||||
-X POST
|
-X POST
|
||||||
-H "Authorization: token $ACTIONS_RUNTIME_TOKEN"
|
-H "Authorization: token $ACTIONS_RUNTIME_TOKEN"
|
||||||
-H "Content-Type: application/json" -d '{
|
-H "Content-Type: application/json" -d '{
|
||||||
|
|||||||
Reference in New Issue
Block a user