Update actions/github-script to v6 in README (#148)

This commit is contained in:
Shouichi Kamiya 2022-03-04 09:45:07 +09:00 committed by GitHub
parent b11809b830
commit 96784e4df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"