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

Rework actions in .github/workflows/ to be structured like setup-env #78

Open
bkiahstroud opened this issue Jul 26, 2024 · 0 comments
Open

Comments

@bkiahstroud
Copy link
Contributor

e.g. .github/workflows/deploy.yaml --> deploy/action.yaml

setup-env can be used as a step to a job, but currently deploy has to be the entire job (not just a step). This means that if we need to add any custom behavior to the deploy flow, we can’t use the one from the Actions repo at all; we have to copy-paste it into the repo locally and alter it from there (example).

Restructuring these actions will allow us to use them in steps while allowing the flexibility to make project-specific adjustments.

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

2 participants