mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-01-21 18:18:53 +08:00
Support running commands from a file
This commit is contained in:
parent
8b84eaec3a
commit
644b4b43b0
4 changed files with 29 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue