Skip to content

Commit 77e02d0

Browse files
committed
chore: update
1 parent 12a5243 commit 77e02d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ action "Support Private Key" {
2626
]
2727
args = [
2828
"--user", "actions",
29-
"--script", "ls -al",
29+
"--script", "'ls -al'",
3030
]
3131
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ action "Support Private Key" {
6060
]
6161
args = [
6262
"--user", "actions",
63-
"--script", "ls -al",
63+
"--script", "'ls -al'",
6464
]
6565
}
6666
```

0 commit comments

Comments
 (0)