We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ea8b1 commit 333d904Copy full SHA for 333d904
.github/main.workflow
@@ -1 +1,8 @@
1
+workflow "New workflow" {
2
+ on = "push"
3
+ resolves = ["Create an issue"]
4
+}
5
6
+action "Create an issue" {
7
+ uses = "JasonEtco/create-an-issue@3b32e1e16d13ce431cc2ad4031eda7ba1396096a"
8
0 commit comments