We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0566e commit 856ef3dCopy full SHA for 856ef3d
.github/workflows/test_integration_playwright.yml
@@ -231,6 +231,7 @@ jobs:
231
GITHUB_TOKEN: ${{ github.token }}
232
env:
233
HOST_URL: https://${{ github.event.schedule && 'preview.gov.tools' || (inputs.deployment || 'govtool.cardanoapi.io') }}
234
+ DEPLOYMENT: ${{ github.event.schedule && 'preview.gov.tools' || inputs.deployment || 'govtool.cardanoapi.io'}}
235
REPORT_NAME: ${{ github.event.schedule && 'nightly-'}}govtool-frontend
236
GH_PAGES: ${{vars.GH_PAGES}}
237
COMMIT_SHA: ${{ github.event.workflow_run.head_sha || github.sha }}
0 commit comments