Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from gruntwork-io/ZachGoldberg-patch-1
Browse files Browse the repository at this point in the history
Handle state and details being missing
  • Loading branch information
ZachGoldberg authored Apr 27, 2024
2 parents 4d02262 + d0dfd6f commit 001c5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ runs:
shell: bash
run: |
rm -rf terraform-aws-architecture-catalog
rm state.json
rm details.json
rm -f state.json
rm -f details.json
- name: "[ProvisionAccount]: Create Pull Request"
if: ${{ steps.gruntwork_context.outputs.terragrunt_command == 'apply' }}
Expand Down

0 comments on commit 001c5a4

Please sign in to comment.