Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit cf4b45e

Browse files
authored
Update main.workflow
1 parent c4b8bf4 commit cf4b45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/main.workflow

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ action "Filters for GitHub Actions" {
1212
action "Testing" {
1313
uses = "helaili/github-graphql-action@f9197781e4fe192857ae3a20eb7b028b78097d38"
1414
needs = ["Filters for GitHub Actions"]
15-
runs = "sh"
16-
args = "-c \\\"ls -la\\\""
15+
runs = "ls"
16+
args = "-la"
1717
}

0 commit comments

Comments
 (0)