mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 02:06:03 +02:00
Update daily-csv-upload.yaml
This commit is contained in:
parent
5be0b6b96b
commit
00f66e568d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/daily-csv-upload.yaml
vendored
8
.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', 'ZA');
|
||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'za';
|
||||
core.setOutput('environment', environment);
|
||||
|
||||
wait-for-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -61,8 +61,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [variables, wait-for-deploy]
|
||||
env:
|
||||
CF_USERNAME: CF_{{ needs.variables.outputs.environment }}_USERNAME
|
||||
CF_PASSWORD: CF_{{ needs.variables.outputs.environment }}_PASSWORD
|
||||
CF_USERNAME: CF_ZA_USERNAME
|
||||
CF_PASSWORD: CF_ZA_PASSWORD
|
||||
steps:
|
||||
|
||||
- name: Generate current-federal.csv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue