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.
actions/github-script
@v6
@v7
1 parent 1f0219f commit e6e8bf2Copy full SHA for e6e8bf2
README.md
@@ -111,7 +111,7 @@ steps:
111
run: terraform plan -no-color
112
continue-on-error: true
113
114
-- uses: actions/github-script@v6
+- uses: actions/github-script@v7
115
if: github.event_name == 'pull_request'
116
env:
117
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
@@ -179,7 +179,7 @@ steps:
179
180
181
182
183
184
185
0 commit comments