Skip to content
New issue

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

Change the type of custom action to JS based action #7

Closed
Anmol1696 opened this issue Apr 20, 2023 · 2 comments
Closed

Change the type of custom action to JS based action #7

Anmol1696 opened this issue Apr 20, 2023 · 2 comments

Comments

@Anmol1696
Copy link
Collaborator

Overview

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.

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.

@Anmol1696
Copy link
Collaborator Author

This is a good example of exactly what we want: https://github.com/helm/kind-action

@Anmol1696
Copy link
Collaborator Author

Closed by: #25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant