Skip to content

Commit

Permalink
Update terraform_plan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
1 parent bc33078 commit 522055e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Terraform Show plan
if: github.event_name == 'pull_request'
run: echo ::set-output name=terraform_plan::$(terraform show ${{ vars.plan_cache }}/${{ github.sha }})
run: echo terraform_plan=$(terraform show ${{ vars.plan_cache }}/${{ github.sha }}) >> $GITHUB_ENV

- name: Post Terraform Plan to PR
uses: CSVD/gh-actions-github-script@v6
Expand Down

0 comments on commit 522055e

Please sign in to comment.