mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-25 11:39:36 +01:00
chore: update
This commit is contained in:
parent
12a5243afc
commit
77e02d0fad
2 changed files with 2 additions and 2 deletions
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
|
@ -26,6 +26,6 @@ action "Support Private Key" {
|
|||
]
|
||||
args = [
|
||||
"--user", "actions",
|
||||
"--script", "ls -al",
|
||||
"--script", "'ls -al'",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ action "Support Private Key" {
|
|||
]
|
||||
args = [
|
||||
"--user", "actions",
|
||||
"--script", "ls -al",
|
||||
"--script", "'ls -al'",
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue