chore: update

This commit is contained in:
Bo-Yi Wu 2019-05-15 06:50:16 +08:00
parent 12a5243afc
commit 77e02d0fad
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@ action "Support Private Key" {
] ]
args = [ args = [
"--user", "actions", "--user", "actions",
"--script", "ls -al", "--script", "'ls -al'",
] ]
} }

View File

@ -60,7 +60,7 @@ action "Support Private Key" {
] ]
args = [ args = [
"--user", "actions", "--user", "actions",
"--script", "ls -al", "--script", "'ls -al'",
] ]
} }
``` ```