Mis-spelled ENVIRONMENT

This commit is contained in:
Neil Martinsen-Burrell 2023-11-21 12:33:16 -06:00
parent dec025cc4a
commit 1f1d270154
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -55,7 +55,7 @@ jobs:
cf_password: ${{ secrets[env.CF_PASSWORD] }}
cf_org: cisa-dotgov
cf_space: ${{ env.ENVIRONMENT }}
cf_manifest: ops/manifests/manifest-${{ env.environment }}.yaml
cf_manifest: ops/manifests/manifest-${{ env.ENVIRONMENT }}.yaml
comment:
runs-on: ubuntu-latest
needs: [variables, deploy]