mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Check if dispatch wasnt triggered
This commit is contained in:
parent
579f7e9c17
commit
963aa8cbc8
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
|
||||
with:
|
||||
script: |
|
||||
const environment = context.event.inputs.environment || 'za';
|
||||
const environment = context.event.inputs ? context.event.inputs.environment : 'za';
|
||||
core.setOutput('environment', environment);
|
||||
|
||||
wait-for-deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue