fix: Add secret in args

This commit is contained in:
Bo-Yi Wu 2019-05-11 22:27:02 +08:00
parent d559380609
commit 777653a836

View file

@ -54,10 +54,11 @@ action "Add secret in args" {
} }
secrets = [ secrets = [
"HOST", "HOST",
"TEST_USERNAME",
"KEY", "KEY",
] ]
args = [ args = [
"--username", "$USERNAME", "--username", "$TEST_USERNAME",
"--source", "tests/a.txt", "--source", "tests/a.txt",
"--source", "tests/b.txt", "--source", "tests/b.txt",
] ]