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

Commit c4b8bf4

Browse files
authored
Update main.workflow
1 parent 7084eae commit c4b8bf4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/main.workflow

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workflow "Close non template issues" {
22
on = "issues"
3-
resolves = ["alpine"]
3+
resolves = ["Testing"]
44
}
55

66
action "Filters for GitHub Actions" {
@@ -9,9 +9,9 @@ action "Filters for GitHub Actions" {
99
secrets = ["GITHUB_TOKEN"]
1010
}
1111

12-
action "alpine" {
13-
uses = "docker://alpine"
12+
action "Testing" {
13+
uses = "helaili/github-graphql-action@f9197781e4fe192857ae3a20eb7b028b78097d38"
1414
needs = ["Filters for GitHub Actions"]
1515
runs = "sh"
16-
args = "-c \"ls -la\""
16+
args = "-c \\\"ls -la\\\""
1717
}

0 commit comments

Comments
 (0)