Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:

- name: Post Plan to Github PR
if: github.event_name == 'pull_request' && inputs.pr-comment && steps.format-plan.outputs.formatted-plan != ''
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
uses: peter-evans/create-or-update-comment@cf1a4a2020fa08820c81f4127c6aad2fa212beb8
env:
WORKDIR: ${{ inputs.working-dir }}
with:
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:

- name: Post Apply Results to GitHub PR
if: github.event_name == 'pull_request' && inputs.pr-comment && (steps.build-report.outputs.report != '')
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
uses: peter-evans/create-or-update-comment@cf1a4a2020fa08820c81f4127c6aad2fa212beb8
with:
issue-number: ${{ github.event.pull_request.number }}
body-path: "${{ inputs.working-dir }}/${{ steps.build-report.outputs.report }}"
Expand Down