Running the action fails when trying to fetch the base branch.
Setup:
Github Actions runs on: ubuntu-latest
- uses: anuraag016/Jest-Coverage-Diff@master
name: Jest Tests & Coverage Report
with:
runCommand: "npx jest --coverage --collectCoverage=true --coverageDirectory='./' --coverageReporters='json-summary'"
accessToken: ${{ secrets.GITHUB_TOKEN }}
delta: 10
( the secret secrets.GITHUB_TOKEN is used by multiple workflows and is correct)
Expected Behavior:
It should generate a coverage report
Actual Behavior:

Any idea what that problem could be?
Thanks a lot already!
Running the action fails when trying to fetch the base branch.
Setup:
Github Actions runs on:
ubuntu-latest( the secret
secrets.GITHUB_TOKENis used by multiple workflows and is correct)Expected Behavior:
It should generate a coverage report
Actual Behavior:
Any idea what that problem could be?
Thanks a lot already!