Replies: 1 comment 1 reply
|
wow, it even seems to have For reference: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#post |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GitHub Actions support a “cleanup” step for all actions.
This action could use that to automatically seal the deployment, using the failure or success status of the job to determine what is done.
If possible, I’d prefer this since I use this action in many places and having to specify it twice makes it take a lot of “cognitive space” in my workflows.
All reactions