Update daily-csv-upload.yaml

This commit is contained in:
zandercymatics 2023-11-24 10:52:05 -07:00
parent 95d0168d7e
commit 2a8d1cadbd
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -39,7 +39,7 @@ jobs:
id: var id: var
with: with:
script: | script: |
const environment = github.event.inputs ? github.event.inputs.environment : 'za'; const environment = (github and github.event and github.event.inputs) ? github.event.inputs.environment : 'za';
core.setOutput('environment', environment); core.setOutput('environment', environment);
wait-for-deploy: wait-for-deploy: