Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed Nov 24, 2019
1 parent d32203c commit 8a8878e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
jobs:
updateComment:
runs-on: ubuntu-latest
if: github.event.issue.number == 2
steps:
- uses: actions/checkout@v1

Expand All @@ -16,6 +15,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"

- name: Update comment
if: github.event.issue.number == 2
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,6 +25,7 @@ jobs:
reaction-type: eyes

- name: Add reaction
if: github.event.issue.number == 2
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8a8878e

Please sign in to comment.