mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Fix typo in reset-db.yaml
This commit is contained in:
parent
4276a35a97
commit
d2a25d0d52
1 changed files with 2 additions and 2 deletions
4
.github/workflows/reset-db.yaml
vendored
4
.github/workflows/reset-db.yaml
vendored
|
@ -34,8 +34,8 @@ jobs:
|
||||||
- name: Delete existing data for ${{ github.event.inputs.environment }}
|
- name: Delete existing data for ${{ github.event.inputs.environment }}
|
||||||
uses: 18f/cg-deploy-action@main
|
uses: 18f/cg-deploy-action@main
|
||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets[CF_USERNAME] }}
|
cf_username: ${{ secrets[env.CF_USERNAME] }}
|
||||||
cf_password: ${{ secrets[CF_PASSWORD] }}
|
cf_password: ${{ secrets[env.CF_PASSWORD] }}
|
||||||
cf_org: cisa-getgov-prototyping
|
cf_org: cisa-getgov-prototyping
|
||||||
cf_space: ${{ github.event.inputs.environment }}
|
cf_space: ${{ github.event.inputs.environment }}
|
||||||
full_command: "cf run-task getgov-${{ github.event.inputs.environment }} --command 'python manage.py flush --no-input' --name flush"
|
full_command: "cf run-task getgov-${{ github.event.inputs.environment }} --command 'python manage.py flush --no-input' --name flush"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue