Closed tugrulates closed 2 years ago
Thanks for reporting this @tugrulates! If you want to send over a pull request that fixes it I'm happy to merge.
Apologies on rushing for a fix here, I figured it would be the best to not keep many folks waiting on this. Much appreciation friend!
There is an edge case where the action will fail silently, and mark the job as succeeded.
The input
scan-url
for the action is required. However, the run can still fail if an empty string is passed during the run. In my case, I was passing the output of another job.Expected Behavior
Job failure.
Current Behavior
Job passing with the following logs.
Steps to Reproduce (for bugs)