/action-with-post-step

Github action allowing to specify post step

Primary LanguageJavaScriptApache License 2.0Apache-2.0

action-with-post-step

Utility action allowing to write scripts with post step without wrapping them in js.

Parameters

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

Attribution

This action is derivative work based on pyTooling/Actions: https://github.com/pyTooling/Actions/tree/main/with-post-step

License

Code and documentation in this project is released under the Apache 2.0 License