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

Commit fd0c9c9

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

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 = "ls"
16-
args = "-la"
15+
runs = "cat"
16+
args = "github-graphql-action.json"
1717
}

0 commit comments

Comments
 (0)