Skip to content

Commit

Permalink
Update readme using github-script@v5 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
krrrr38 committed Mar 4, 2022
1 parent 625cb76 commit b11809b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -106,7 +106,7 @@ steps:
run: terraform plan -no-color
continue-on-error: true

- uses: actions/github-script@0.9.0
- uses: actions/github-script@v5
if: github.event_name == 'pull_request'
env:
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
Expand All @@ -128,7 +128,7 @@ steps:
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Working Directory: \`${{ env.tf_actions_working_dir }}\`, Workflow: \`${{ github.workflow }}\`*`;
github.issues.createComment({
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit b11809b

Please sign in to comment.