Update lgtm.yml

This commit is contained in:
Gary Ewan Park 2019-10-17 08:03:34 +01:00 committed by GitHub
parent f2b05e91f5
commit 0c71d83855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Send LGTM reaction
name: LGTM Reaction
on:
issue_comment:
types: [created]
@ -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 }}