Skip to content

Commit

Permalink
ci: use v0.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Mar 7, 2020
1 parent 927252d commit 0bb83cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
comment:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
ref: v0.1.3
# - uses: actions/checkout@v2
# with:
# ref: v0.1.3

- name: Commenter
uses: ./
uses: peaceiris/actions-label-commenter@v0.1.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0bb83cb

Please sign in to comment.