trace
All checks were successful
/ run-unlighthouse (push) Successful in 0s
/ astro-check (push) Successful in 14s
/ get-version (push) Successful in 2s

This commit is contained in:
Firq 2024-10-22 19:48:57 +02:00
parent 014ea40dce
commit 8a84de8807
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -28,7 +28,8 @@ jobs:
steps: steps:
- name: Launch workflow - name: Launch workflow
run: | run: |
curl -X POST \ curl --trace - -X "POST" \
-H "accept: application/json" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: token ${GITHUB_TOKEN}" \ -H "Authorization: token ${GITHUB_TOKEN}" \
-d '{"ref": "${GITHUB_REF_NAME}", "inputs": { "container_tag": "0.2.0-pre.13" }}' \ -d '{"ref": "${GITHUB_REF_NAME}", "inputs": { "container_tag": "0.2.0-pre.13" }}' \