We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5c6a4 commit db7ae37Copy full SHA for db7ae37
.github/workflows/tf-run.yaml
@@ -77,7 +77,7 @@ jobs:
77
env:
78
TF_CLI_ARGS: ""
79
- name: Create status check with details
80
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
81
with:
82
github-token: ${{ github.token }}
83
script: |
@@ -154,7 +154,7 @@ jobs:
154
path: outputs
155
pattern: tf-summary-*
156
- name: Show plan on PR
157
158
159
160
0 commit comments