fix input
This commit is contained in:
parent
34421fdb76
commit
2bd68c106c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Launch workflow
|
- name: Launch workflow
|
||||||
run: |
|
run: |
|
||||||
payload="{\"ref\": \"${GITHUB_REF_NAME}\", \"inputs\": { \"container_tag\": \"0.2.0-pre.13\" }}"
|
payload="{\"ref\": \"${GITHUB_REF_NAME}\", \"inputs\": { \"containertag\": \"0.2.0-pre.13\" }}"
|
||||||
curl -X "POST" \
|
curl -X "POST" \
|
||||||
-H "accept: application/json" \
|
-H "accept: application/json" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
|
|
Loading…
Reference in a new issue