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

This commit is contained in:
Firq 2024-10-22 19:32:22 +02:00
parent 2d07dbbbdb
commit 0b7b7fa071
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -28,6 +28,8 @@ jobs:
steps:
- name: Launch workflow
run: |
curl -X POST -H "Authorization: ${GITHUB_TOKEN}" \
curl -X POST \
-H "Accept: application/json" \
-H "Authorization: ${GITHUB_TOKEN}" \
-d '{"ref": "${GITHUB_REF_NAME}", "inputs": { "container_tag": "0.2.0-pre.13" }}' \
"${GITHUB_API_URL}/repos/{GITHUB_REPOSITORY}/actions/workflows/unlighthouse/dispatches" -v
"${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/actions/workflows/unlighthouse/dispatches" -v