Skip to content

Commit

Permalink
[ci] fix codacy action
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed May 11, 2022
1 parent b56801c commit 6d69fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run all tests
run: bundle exec rake
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@main
uses: codacy/codacy-coverage-reporter-action@master
if: env.COVERAGE == 'true' && env.COVERAGE_TOKEN != ''
with:
project-token: "${{secrets.CODACY_PROJECT_TOKEN}}"
Expand Down

0 comments on commit 6d69fe1

Please sign in to comment.