Skip to content

Commit

Permalink
Merge pull request #16 from eunchurn/renovate/actions-github-script-0.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/github-script action to v0.9.0
  • Loading branch information
eunchurn authored Nov 20, 2020
2 parents 2d04d9b + a034050 commit 94fa776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
- name: if fail 📌
uses: actions/github-script@0.2.0
uses: actions/github-script@0.9.0
with:
github-token: ${{github.token}}
script: |
Expand Down

0 comments on commit 94fa776

Please sign in to comment.