Update workflow

This commit is contained in:
Peter Evans 2019-11-24 18:04:17 +09:00
parent d32203cbe2
commit 8a8878e9d2

View File

@ -5,7 +5,6 @@ on:
jobs:
updateComment:
runs-on: ubuntu-latest
if: github.event.issue.number == 2
steps:
- uses: actions/checkout@v1
@ -16,6 +15,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- name: Update comment
if: github.event.issue.number == 2
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
@ -25,6 +25,7 @@ jobs:
reaction-type: eyes
- name: Add reaction
if: github.event.issue.number == 2
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}