Closed lucassabreu closed 1 year ago
hi @AnmolSaxenaVodafone
if you add this to the step the error will vanish: if: ${{ github.event_name == 'pull_request' }}
.
i will update the example with this later.
just to explain, this message was added because same users were expecting comments on the commits through the push event and that is not supported yet.
so this message was supposed to alert them.
hi @AnmolSaxenaVodafone
if you add this to the step the error will vanish:
if: ${{ github.event_name == 'pull_request' }}
.i will update the example with this later.
just to explain, this message was added because same users were expecting comments on the commits through the push event and that is not supported yet.
so this message was supposed to alert them.
Thanks @lucassabreu appreciate your quick attention.
from @AnmolSaxenaVodafone at here
I am using the below step to generate a Clover report:
After this commit, I have started getting below exception when I merge the change to the main branch:
Can you advise if the Generate Clover Report step needs to be updated?