Skip to content

Commit

Permalink
fix: Unique plan id (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualedevita authored Feb 20, 2023
1 parent 845c8b9 commit a043e4f
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 @@ -40,6 +40,6 @@ runs:
cd ${{ inputs.dir }}
terraform apply -lock-timeout=3000s -auto-approve -input=false tfplan-${{ github.run_id }}
terraform apply -lock-timeout=3000s -auto-approve -input=false tfplan-${{ github.sha }}
rm -rf tfplan-${{ github.run_id }}
rm -rf tfplan-${{ github.sha }}

0 comments on commit a043e4f

Please sign in to comment.