mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 07:43:32 +02:00
Add missing dollar sign
This commit is contained in:
parent
aad157c7e1
commit
b81a3f1708
1 changed files with 2 additions and 2 deletions
4
.github/workflows/daily-csv-upload.yaml
vendored
4
.github/workflows/daily-csv-upload.yaml
vendored
|
@ -47,8 +47,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [variables]
|
needs: [variables]
|
||||||
env:
|
env:
|
||||||
CF_USERNAME: CF_{{ needs.variables.outputs.environment }}_USERNAME
|
CF_USERNAME: CF_${{ needs.variables.outputs.environment }}_USERNAME
|
||||||
CF_PASSWORD: CF_{{ needs.variables.outputs.environment }}_PASSWORD
|
CF_PASSWORD: CF_${{ needs.variables.outputs.environment }}_PASSWORD
|
||||||
steps:
|
steps:
|
||||||
- name: Generate current-federal.csv
|
- name: Generate current-federal.csv
|
||||||
uses: cloud-gov/cg-cli-tools@main
|
uses: cloud-gov/cg-cli-tools@main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue