You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-08-06 19:19:48 +00:00
chore: update format
This commit is contained in:
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
@@ -56,5 +56,9 @@ action "Add secret in args" {
|
||||
"HOST",
|
||||
"KEY",
|
||||
]
|
||||
args = ["--username", "$USERNAME", "--source", "tests/a.txt", "--source", "tests/b.txt"]
|
||||
args = [
|
||||
"--username", "$USERNAME",
|
||||
"--source", "tests/a.txt",
|
||||
"--source", "tests/b.txt",
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user