From fd4a683e57e4904dea8188371971e889a6da8a6d Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Sun, 19 Jan 2025 13:49:08 +0100 Subject: [PATCH] Fix git ref --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05a75da..5786bf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}