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

Commit 12e207f

Browse files
authored
Update main.workflow
1 parent 2106d9e commit 12e207f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/main.workflow

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
workflow "Close non template issues" {
22
on = "issues"
3-
resolves = ["Filters for GitHub Actions"]
3+
resolves = ["alpine"]
44
}
55

66
action "Filters for GitHub Actions" {
77
uses = "helaili/github-graphql-action@f9197781e4fe192857ae3a20eb7b028b78097d38"
88
args = "--query .github/graph_ql/query_issue.yaml --log true"
99
secrets = ["GITHUB_TOKEN"]
1010
}
11+
12+
action "alpine" {
13+
uses = "alpine"
14+
needs = ["Filters for GitHub Actions"]
15+
runs = "sh"
16+
args = "-c \"ls -la\""
17+
}

0 commit comments

Comments
 (0)