1
0
Fork 0

Read repository name from variable in deployment workflow
All checks were successful
Deploy / build (push) Successful in 55s

This commit is contained in:
Moritz Ruth 2025-03-02 18:07:29 +01:00 committed by git.moritzruth.de
parent bfb4a22819
commit fc5fd23038
Signed by: git.moritzruth.de
GPG key ID: AF72C6EBB4B578A7

View file

@ -42,4 +42,4 @@ jobs:
--fail
-H "Content-Type: application/json"
-H "Authorization: Bearer ${{ secrets.SSCDC_SECRET }}"
-d '{ "id": "${{ github.sha }}", "download_url": "https://git.moritzruth.de/moritzruth/moritzruth.de/actions/runs/${{ github.run_number }}/artifacts/site.zip" }'
-d '{ "id": "${{ github.sha }}", "download_url": "https://git.moritzruth.de/${{ github.repository }}/actions/runs/${{ github.run_number }}/artifacts/site.zip" }'