mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-05-23 18:42:25 +00:00
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -9,10 +9,10 @@ action "Executing remote ssh commands" {
|
||||
uses = "appleboy/ssh-action@master"
|
||||
secrets = [
|
||||
"HOST",
|
||||
"USERNAME",
|
||||
"PASSWORD",
|
||||
]
|
||||
args = [
|
||||
"--user", "actions",
|
||||
"--script", "whoami",
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user