Utility action allowing to write scripts with post step without wrapping them in js.
Argument | Description | Format |
---|---|---|
main |
Main command/script - executed right away (Required ) |
string |
post |
Post command/script - executed in the end of workflow job (Required ) |
string |
This action is derivative work based on pyTooling/Actions: https://github.com/pyTooling/Actions/tree/main/with-post-step
Code and documentation in this project is released under the Apache 2.0 License