chore: update

master
Bo-Yi Wu 6 years ago
parent 12a5243afc
commit 77e02d0fad

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

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

Loading…
Cancel
Save