mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
Update actions/github-script to v6 in README (#148)
This commit is contained in:
parent
b11809b830
commit
96784e4df3
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ steps:
|
|||
run: terraform plan -no-color
|
||||
continue-on-error: true
|
||||
|
||||
- uses: actions/github-script@v5
|
||||
- uses: actions/github-script@v6
|
||||
if: github.event_name == 'pull_request'
|
||||
env:
|
||||
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue