We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need 2 features of the JS based action, which is pre and post step. We use these to cleanup helm charts before and after the cleanup.
pre
post
https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action
We still use bash scripts for the actual execution, but invoke the bash scripts via the JS module.
Note: Effort is non trivial since we might not be able to use the already existing actions.
The text was updated successfully, but these errors were encountered:
This is a good example of exactly what we want: https://github.com/helm/kind-action
Sorry, something went wrong.
Closed by: #25
No branches or pull requests
Overview
We need 2 features of the JS based action, which is
pre
andpost
step. We use these to cleanup helm charts before and after the cleanup.https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action
Proposal
We still use bash scripts for the actual execution, but invoke the bash scripts via the JS module.
Note: Effort is non trivial since we might not be able to use the already existing actions.
The text was updated successfully, but these errors were encountered: