Skip to content

Commit

Permalink
fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Doarakko committed Apr 3, 2022
1 parent c339c65 commit a7ad4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: LGTM
uses: Doarakko/action-lgtmoon@main
uses: Doarakko/action-lgtmoon/@v1.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: LGTM
uses: Doarakko/action-lgtmoon/@main
uses: Doarakko/action-lgtmoon/@v1.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
```
Expand Down

0 comments on commit a7ad4ce

Please sign in to comment.