When trying to run the coverage on: push I get the following error:
Run ScaCap/code-coverage-assistant@master
TypeError: Cannot read properties of undefined (reading 'head')
at /home/runner/work/_actions/ScaCap/code-coverage-assistant/master/dist/main.js:7:390[8]
Error: Cannot read properties of undefined (reading 'head')
My understanding that is that the error is because context.payload.pull_request.head in line 114
It is ok to run the action on push?
There is a way to fix this ?
When trying to run the coverage
on: pushI get the following error:My understanding that is that the error is because
context.payload.pull_request.headin line 114It is ok to run the action on push?
There is a way to fix this ?