Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

post-step action

Runs the specified main command and as the job is completing the post command.

Usage

See action.yml

- uses: reconcilerio/post-step-action@v1
  with:
    # Required main.
    # Command to run normally.
    main: ''

    # Required post.
    # Command to run before the job completes.
    post: ''

Basic:

steps:
- uses: reconcilerio/post-step-action@v1
  main: echo "runs normally"
  post: echo "runs before job completes"

Community

Code of Conduct

The reconciler.io projects follow the Contributor Covenant Code of Conduct. In short, be kind and treat others with respect.

Communication

General discussion and questions about the project can occur either on the Kubernetes Slack #reconcilerio channel, or in the project's GitHub discussions. Use the channel you find most comfortable.

Contributing

The reconciler.io project team welcomes contributions from the community. A contributor license agreement (CLA) is not required. You own full rights to your contribution and agree to license the work to the community under the Apache License v2.0, via a Developer Certificate of Origin (DCO). For more detailed information, refer to CONTRIBUTING.md.

Acknowledgements

From Nyoman Abiwinanda's [GitHub Action: Adding Post Steps in Composite Actions]](https://dev.to/abiwinanda/github-action-adding-post-steps-in-composite-actions-5ak3). Vendored here to ensure provenance, and use in published actions.

License

Apache License v2.0: see LICENSE for details.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages