trace2
This commit is contained in:
parent
8a84de8807
commit
d906df3fec
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ jobs:
|
|||
steps:
|
||||
- name: Launch workflow
|
||||
run: |
|
||||
curl --trace - -X "POST" \
|
||||
curl -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" }}' \
|
||||
"${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/actions/workflows/unlighthouse.yml/dispatches" -v
|
||||
"${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/actions/workflows/unlighthouse.yml/dispatches" -v --trace-ascii -
|
Loading…
Reference in a new issue