Skip to content

Commit

Permalink
Fix URL to dev server from mvcr.cz to enviroment variable AL_DEV_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Jun 11, 2024
1 parent 8b8bd85 commit 33252c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
uses: wei/[email protected]
with:
args: |
-H \"X-Secret: ${{ secrets.AL_DEV_SECRET }}\" -X POST https://xn--slovnk-test-scb.mvcr.gov.cz/modelujeme/update/${{ env.IMAGE_NAME }}.php
-H \"X-Secret: ${{ secrets.AL_DEV_SECRET }}\" -X POST ${{ env.AL_DEV_URL }}/update/${{ env.IMAGE_NAME }}.php

0 comments on commit 33252c6

Please sign in to comment.