mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Fix typo
This commit is contained in:
parent
1c52e73fe4
commit
99c2dc4de3
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
|
@ -30,7 +30,7 @@ jobs:
|
|||
id: var
|
||||
with:
|
||||
script: |
|
||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : ${{ secrets[env.DEFAULT_ENV]] }};
|
||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : ${{ secrets[env.DEFAULT_ENV] }};
|
||||
core.setOutput('environment', environment);
|
||||
|
||||
upload-reports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue