appleboy / ssh-action

GitHub Actions for executing remote ssh commands.
https://github.com/marketplace/actions/ssh-remote-commands
MIT License
4.84k stars 576 forks source link

Support running commands from a file #341

Closed kyle-leonhard closed 5 days ago

kyle-leonhard commented 1 month ago

Builds on the support added in https://github.com/appleboy/drone-ssh/pull/285 to implement https://github.com/appleboy/ssh-action/issues/186

kyle-leonhard commented 1 month ago

@appleboy - I mechanically plumbed through the new variable, added docs and a test case. There's probably something missing!

kyle-leonhard commented 3 weeks ago

Hi @appleboy, what do you think, is this PR looking reasonable?

kyle-leonhard commented 1 week ago

Hi @appleboy just following up. What do you think about landing this feature?

appleboy commented 1 week ago

@kyle-leonhard Yes. I will take it asap.

appleboy commented 5 days ago

@kyle-leonhard Thanks.