Skip to content

Commit

Permalink
Fix review app
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Feb 1, 2024
1 parent fc5f37d commit 5cee2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set Environment variables
run: |
PR_NUMBER=${{ github.event.pull_request.number }}
TF_STATE_FILE=review/review-pr-$PR_NUMBER.tfstate
TF_STATE_FILE=pr-$PR_NUMBER.tfstate
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
echo "TF_STATE_FILE=$TF_STATE_FILE" >> $GITHUB_ENV
pr_state_file=$(az storage blob list -c faltrn-tfstate \
Expand Down

0 comments on commit 5cee2cf

Please sign in to comment.