Read repository name from variable in deployment workflow
All checks were successful
Deploy / build (push) Successful in 55s
All checks were successful
Deploy / build (push) Successful in 55s
This commit is contained in:
parent
bfb4a22819
commit
fc5fd23038
1 changed files with 1 additions and 1 deletions
|
@ -42,4 +42,4 @@ jobs:
|
||||||
--fail
|
--fail
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json"
|
||||||
-H "Authorization: Bearer ${{ secrets.SSCDC_SECRET }}"
|
-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" }'
|
Loading…
Add table
Reference in a new issue