action-post-run icon indicating copy to clipboard operation
action-post-run copied to clipboard

Enables executing custom commands once a workflow job has ended.

Results 3 action-post-run issues
Sort by recently updated
recently updated
newest added

This makes the action behave similarly to the `run` in step, which is passed to `bash -e`. I decided I wanted to have more security by default, so I use...

It's hard to grasp why this action exists, as this feature set is built into Actions today. If this provides a value not provided by GitHub Actions syntax you should...