From 0bb83cbc8b73c8b453be2fcc954856b45de6843c Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Mar 2020 02:06:27 +0900 Subject: [PATCH] ci: use v0.1.3 [skip ci] --- .github/workflows/commenter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commenter.yml b/.github/workflows/commenter.yml index 8b905c72..a0fb28e9 100644 --- a/.github/workflows/commenter.yml +++ b/.github/workflows/commenter.yml @@ -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 }}