Fix action name typo

This commit is contained in:
Neil Martinsen-Burrell 2023-11-30 11:43:31 -06:00
parent 1f1d270154
commit cc2055f4e2
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -35,7 +35,7 @@ jobs:
CF_PASSWORD: CF_${{ github.event.inputs.environment }}_PASSWORD
steps:
- name: Run Django migrations for ${{ github.event.inputs.environment }}
uses: cloud-gov/cg-deploy-action@main
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets[env.CF_USERNAME] }}
cf_password: ${{ secrets[env.CF_PASSWORD] }}