You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-08-06 02:59:50 +00:00
fix: Add secret in args
This commit is contained in:
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",
|
||||
]
|
||||
|
Reference in New Issue
Block a user