Skip to content

Commit

Permalink
Update repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
alaegin authored Feb 3, 2021
1 parent 2359150 commit d240f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Github Action for running detekt with reviewdog

![GitHub release (latest by date)](https://img.shields.io/github/v/release/DominuS-RU/Detekt-Action)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/alaegin/Detekt-Action)

This action allows running [detekt](https://github.com/detekt/detekt) with [reviewdog](https://github.com/reviewdog/reviewdog) on pull requests

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: detekt
uses: DominuS-RU/[email protected]
uses: alaegin/[email protected]
with:
github_token: ${{ secrets.github_token }}
detekt_config: detekt-config.yml # Change config path
Expand Down

0 comments on commit d240f7f

Please sign in to comment.