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

Support for actions steps instead of just shell commands #124

Closed
sparr opened this issue May 11, 2023 · 1 comment
Closed

Support for actions steps instead of just shell commands #124

sparr opened this issue May 11, 2023 · 1 comment

Comments

@sparr
Copy link

sparr commented May 11, 2023

I have a workflow that does uses: actions/checkout@v3 (and many other workflows using many other stock and custom actions) and it seems that to run this workflow on a different arch using this action I would need to completely reimplement the checkout action as a shell script.

I don't know if it's possible or feasible, but it would be wonderful to be able to encapsulate other workflow steps within the environment provided by this action.

@uraimo
Copy link
Owner

uraimo commented May 12, 2023

Hi Spar, I agree that it would improve a lot the user experience but sadly it's not possible now and will never be, it would require to reimplement and handle workflows completely inside the context of the container created by this action, for multiple architectures, or pull of some hack at a higher level.

@uraimo uraimo closed this as completed May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants