mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-02-25 23:22:28 +00:00
chore: support running commands from a file (#341)
This commit is contained in:
3
testdata/test.sh
vendored
Normal file
3
testdata/test.sh
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
whoami
|
||||
Reference in New Issue
Block a user