Test with tag

This commit is contained in:
Firq 2024-10-22 19:59:19 +02:00
parent 3d729731a5
commit ed91be36d7
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 27 additions and 13 deletions
.forgejo/workflows

View file

@ -23,15 +23,3 @@ jobs:
run: npm i
- name: Run astro check (linting + static analysis)
run: npm run astro check
run-unlighthouse:
runs-on: docker
steps:
- name: Launch workflow
run: |
payload="{\"ref\": \"${GITHUB_REF_NAME}\", \"inputs\": { \"containertag\": \"0.2.0-pre.13\" }}"
curl -X "POST" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: token ${GITHUB_TOKEN}" \
-d "${payload}" \
"${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/actions/workflows/unlighthouse.yml/dispatches" -v