We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref: appleboy/ssh-action#186
The text was updated successfully, but these errors were encountered:
@appleboy, I'm interested in seeing appleboy/ssh-action#186 happen. Can I contribute a PR to drone-ssh?
Is it as easy as adding a new script.file flag that's read in main.go and appended to the scripts?
script.file
Something like (#285):
if f := c.String("script.file"); f != "" { s, err := os.ReadFile(f) if err != nil { return err } scripts = append(scripts, string(s)) }
Sorry, something went wrong.
@kyle-leonhard Yes. you can do it. Thanks. If you don't have time, I plan to write a version today for validation testing.
Sweet! Before I saw your message, I started plumbing it in ssh-action: https://github.com/appleboy/ssh-action/pull/341/files. Happy to contribute that or not
Successfully merging a pull request may close this issue.
ref: appleboy/ssh-action#186
The text was updated successfully, but these errors were encountered: