Open
Description
This is orthogonal with what this action does, but it is a common consequence of using this action, namely how do we report on the top page that the current CI was successful? Some candidates:
- is there a badge to report the specific
alls-green
status? This is not ideal because the commit is still reported with a cross document using. This is still a lost cause as far as I've testedsteps.<step_id>.outcome
+ another step withexit 0
to overwrite the exit status. Haven't confirmed that this works, but it could be useful to overwrite the CI status whenon.push
, while when onon.pull_request
keep the normal report- within a reusable workflow, could one use
all-green
to overwrite the job outcome of the workflow job that callsuses
? When I've tried to use it, the workflow diagram can get a bit mesy, even though the documentation suggests that they should be compressed. Some tips for people using this design would be good