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 ec670e1 commit 49fbb85Copy full SHA for 49fbb85
.github/workflows/deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
run: terraform plan -no-color
58
continue-on-error: true
59
60
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
61
if: github.event_name == 'pull_request'
62
env:
63
PLAN: ${{ steps.plan.outputs.stdout }}
0 commit comments