mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Update lgtm.yml
This commit is contained in:
parent
f2b05e91f5
commit
0c71d83855
4
.github/workflows/lgtm.yml
vendored
4
.github/workflows/lgtm.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Send LGTM reaction
|
name: LGTM Reaction
|
||||||
on:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1.0.0
|
- uses: actions/checkout@1.0.0
|
||||||
- uses: micnncim/action-lgtm-reaction@0.5.4
|
- uses: micnncim/action-lgtm-reaction@v0.5.4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
Loading…
Reference in New Issue
Block a user