We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a5243 commit 77e02d0Copy full SHA for 77e02d0
.github/main.workflow
@@ -26,6 +26,6 @@ action "Support Private Key" {
26
]
27
args = [
28
"--user", "actions",
29
- "--script", "ls -al",
+ "--script", "'ls -al'",
30
31
}
README.md
@@ -60,7 +60,7 @@ action "Support Private Key" {
60
61
62
63
64
65
66
```
0 commit comments