File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191
192192env :
193193 BASE_URL : https://${{github.event.schedule && 'be.preview.gov.tools' || inputs.deployment || 'govtool.cardanoapi.io/api' }}
194- DEPLOYMENT : ${{ inputs.deployment || 'govtool.cardanoapi.io/api'}}
194+ DEPLOYMENT : ${{ github.event.schedule && 'be.preview.gov.tools' || inputs.deployment || 'govtool.cardanoapi.io/api'}}
195195 REPORT_NAME : ${{ github.event.schedule && 'nightly-'}}govtool-backend
196196 GH_PAGES : ${{vars.GH_PAGES}}
197197 COMMIT_SHA : ${{ github.event.workflow_run.head_sha || github.sha }}
Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ jobs:
231231 GITHUB_TOKEN : ${{ github.token }}
232232env :
233233 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'}}
234235 REPORT_NAME : ${{ github.event.schedule && 'nightly-'}}govtool-frontend
235236 GH_PAGES : ${{vars.GH_PAGES}}
236237 COMMIT_SHA : ${{ github.event.workflow_run.head_sha || github.sha }}
You can’t perform that action at this time.
0 commit comments