Attempt to fix action.

This commit is contained in:
Kavin 2022-05-19 19:24:17 +01:00
parent 9803e72800
commit 940a3b20e7
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -12,7 +12,7 @@ jobs:
- name: ktlint
uses: ScaCap/action-ktlint@1.3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
reporter: github-pr-review
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
android: true
fail_on_error: true