Skip to content

Commit

Permalink
Merge pull request #3 from stefancrain/renovate/actions-github-script…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/github-script action to v4
  • Loading branch information
stefancrain committed Jul 25, 2021
2 parents 0bc492d + 9924f08 commit 5363cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: terraform plan -no-color
continue-on-error: true

- uses: actions/github-script@0.9.0
- uses: actions/github-script@v4.0.2
if: github.event_name == 'pull_request'
env:
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
Expand Down

0 comments on commit 5363cb5

Please sign in to comment.