mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-23 23:55:09 +08:00
fix: Add secret in args
This commit is contained in:
parent
d559380609
commit
777653a836
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@ -54,10 +54,11 @@ action "Add secret in args" {
|
||||
}
|
||||
secrets = [
|
||||
"HOST",
|
||||
"TEST_USERNAME",
|
||||
"KEY",
|
||||
]
|
||||
args = [
|
||||
"--username", "$USERNAME",
|
||||
"--username", "$TEST_USERNAME",
|
||||
"--source", "tests/a.txt",
|
||||
"--source", "tests/b.txt",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user