mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Test manual environment vars
This commit is contained in:
parent
c64e7d67cb
commit
5be0b6b96b
2 changed files with 11 additions and 3 deletions
4
.github/workflows/daily-csv-upload.yaml
vendored
4
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -39,8 +39,8 @@ jobs:
|
|||
id: var
|
||||
with:
|
||||
script: |
|
||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'za';
|
||||
core.setOutput('environment', environment);
|
||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'ZA';
|
||||
core.setOutput('environment', 'ZA');
|
||||
|
||||
wait-for-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue