mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
Remove typo
This commit is contained in:
parent
a88b5bf635
commit
116877b0af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reset-db.yaml
vendored
2
.github/workflows/reset-db.yaml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
CF_USERNAME: CF_${{ github.event.inputs.environment }}_USERNAME
|
CF_USERNAME: CF_${{ github.event.inputs.environment }}_USERNAME
|
||||||
CF_PASSWORD: CF_${{ github.event.inputs.environment }}_PASSWORD
|
CF_PASSWORD: CF_${{ github.event.inputs.environment }}_PASSWORD
|
||||||
steps:
|
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
|
uses: cloud-gov/cg-cli-tools@main
|
||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets[env.CF_USERNAME] }}
|
cf_username: ${{ secrets[env.CF_USERNAME] }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue