mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Change to double quotes
This commit is contained in:
parent
d4224799d8
commit
aad157c7e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/daily-csv-upload.yaml
vendored
2
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
id: var
|
id: var
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'ZA';
|
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : "ZA";
|
||||||
core.setOutput('environment', environment);
|
core.setOutput('environment', environment);
|
||||||
|
|
||||||
upload-reports:
|
upload-reports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue