-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Store artifacts #38
Comments
I would like this as well, or just some way to get the output of the SSH commands back to the container running the github action |
Can you describe any scenario? |
Looking for the same thing as well... Like your example:
Is it possible to do:
Currently trying it and it does run the command but no output id provided on the print step. |
Yeah for me I would also like to capture output from the SSH session to use as input to other scripts I will run in the github action container. |
Was any solution found for this issue/scenario, where we can share info or file from server to artifacts of github? |
I need to store output from the SSH session and post it into GitHub PR comments later. |
Hey,
is there a way to create artifacts while connected via ssh?
The text was updated successfully, but these errors were encountered: