Add missing dollar sign

This commit is contained in:
zandercymatics 2023-12-01 10:51:52 -07:00
parent aad157c7e1
commit b81a3f1708
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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