From cc2055f4e2a34f744645e185c097ccf709cee7c6 Mon Sep 17 00:00:00 2001 From: Neil Martinsen-Burrell Date: Thu, 30 Nov 2023 11:43:31 -0600 Subject: [PATCH] Fix action name typo --- .github/workflows/migrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migrate.yaml b/.github/workflows/migrate.yaml index 9ea7c40ee..ccea1ffd4 100644 --- a/.github/workflows/migrate.yaml +++ b/.github/workflows/migrate.yaml @@ -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] }}