Skip to content

Commit

Permalink
Update lgtm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Oct 17, 2019
1 parent f2b05e9 commit 0c71d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lgtm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Send LGTM reaction
name: LGTM Reaction
on:
issue_comment:
types: [created]
Expand All @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1.0.0
- uses: micnncim/action-lgtm-reaction@0.5.4
- uses: micnncim/action-lgtm-reaction@v0.5.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down

0 comments on commit 0c71d83

Please sign in to comment.