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
|
id: var
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'ZA';
|
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'za';
|
||||||
core.setOutput('environment', 'ZA');
|
core.setOutput('environment', environment);
|
||||||
|
|
||||||
wait-for-deploy:
|
wait-for-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -61,8 +61,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [variables, wait-for-deploy]
|
needs: [variables, wait-for-deploy]
|
||||||
env:
|
env:
|
||||||
CF_USERNAME: CF_{{ needs.variables.outputs.environment }}_USERNAME
|
CF_USERNAME: CF_ZA_USERNAME
|
||||||
CF_PASSWORD: CF_{{ needs.variables.outputs.environment }}_PASSWORD
|
CF_PASSWORD: CF_ZA_PASSWORD
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Generate current-federal.csv
|
- name: Generate current-federal.csv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue