We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb9ad2 commit 267e1a0Copy full SHA for 267e1a0
.github/workflows/_terraformLintTemplate.yml
@@ -44,7 +44,7 @@ jobs:
44
45
# Add Pull Request Comment
46
- name: Add Pull Request Comment
47
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
48
id: pr_comment
49
if: github.event_name == 'pull_request'
50
with:
.github/workflows/_terraformPlanTemplate.yml
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
continue-on-error: true
106
env:
0 commit comments