Update daily-csv-upload.yaml

This commit is contained in:
zandercymatics 2023-12-05 11:49:33 -07:00
parent 28b966402c
commit 3b10a6b023
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -28,7 +28,7 @@ jobs:
id: var id: var
with: with:
script: | script: |
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : ${{ secrets[CF_REPORT_ENV] }}; const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : ${{ secrets["CF_REPORT_ENV"] }};
core.setOutput('environment', environment); core.setOutput('environment', environment);
upload-reports: upload-reports: