We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680536d commit 43acf87Copy full SHA for 43acf87
.github/workflows/pr-terraform.yaml
@@ -86,7 +86,7 @@ jobs:
86
TF_WORKSPACE: prod
87
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
89
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
90
if: github.event_name == 'pull_request'
91
env:
92
PLAN_STAGING: "terraform\n${{ steps.plan-staging.outputs.stdout }}"
0 commit comments