mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Update daily-csv-upload.yaml
This commit is contained in:
parent
95d0168d7e
commit
2a8d1cadbd
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
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue