trace
This commit is contained in:
parent
014ea40dce
commit
8a84de8807
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ jobs:
|
|||
steps:
|
||||
- name: Launch workflow
|
||||
run: |
|
||||
curl -X POST \
|
||||
curl --trace - -X "POST" \
|
||||
-H "accept: application/json" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: token ${GITHUB_TOKEN}" \
|
||||
-d '{"ref": "${GITHUB_REF_NAME}", "inputs": { "container_tag": "0.2.0-pre.13" }}' \
|
||||
|
|
Loading…
Reference in a new issue