diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ac8fa823..73174ee7 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -51,7 +51,7 @@ jobs: - name: All tests run: yarn test - name: Add coverage comment - uses: ScaCap/code-coverage-assistant@${{ github.head_ref || github.ref_name }} + uses: ScaCap/code-coverage-assistant@master with: github-token: ${{ secrets.GITHUB_TOKEN }} lcov-file: ./coverage/lcov.info