From 116877b0af77cf89663636e09a0f785562a3905d Mon Sep 17 00:00:00 2001 From: Matt-Spence Date: Fri, 15 Nov 2024 11:31:43 -0500 Subject: [PATCH] Remove typo --- .github/workflows/reset-db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reset-db.yaml b/.github/workflows/reset-db.yaml index 8175d7fd9..111555b3c 100644 --- a/.github/workflows/reset-db.yaml +++ b/.github/workflows/reset-db.yaml @@ -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] }}