Skip to content

Commit 333d904

Browse files
authored
Update main.workflow
1 parent 29ea8b1 commit 333d904

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/main.workflow

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
workflow "New workflow" {
2+
on = "push"
3+
resolves = ["Create an issue"]
4+
}
15

6+
action "Create an issue" {
7+
uses = "JasonEtco/create-an-issue@3b32e1e16d13ce431cc2ad4031eda7ba1396096a"
8+
}

0 commit comments

Comments
 (0)