We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3735b04 commit 41df4b2Copy full SHA for 41df4b2
.github/main.workflow
@@ -0,0 +1,8 @@
1
+workflow "New workflow" {
2
+ on = "push"
3
+ resolves = ["NOTICE file generator"]
4
+}
5
+
6
+action "NOTICE file generator" {
7
+ uses = "dabutvin/[email protected]"
8
0 commit comments