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

Commit

Permalink
Handle state and details being missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachGoldberg authored Apr 27, 2024
1 parent 4d02262 commit d0dfd6f
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 d0dfd6f

Please sign in to comment.