Skip to content

Commit

Permalink
Fix git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 19, 2025
1 parent 81368e2 commit fd4a683
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 @@ -54,7 +54,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 fd4a683

Please sign in to comment.