Remove typo

This commit is contained in:
Matt-Spence 2024-11-15 11:31:43 -05:00 committed by GitHub
parent a88b5bf635
commit 116877b0af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ jobs:
CF_USERNAME: CF_${{ github.event.inputs.environment }}_USERNAME
CF_PASSWORD: CF_${{ github.event.inputs.environment }}_PASSWORD
steps:
] - name: Delete existing data for ${{ github.event.inputs.environment }}
- name: Delete existing data for ${{ github.event.inputs.environment }}
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets[env.CF_USERNAME] }}