We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdaecb commit 0bb43fdCopy full SHA for 0bb43fd
.github/main.workflow
@@ -0,0 +1,9 @@
1
+workflow "TODO" {
2
+ resolves = ["todo-actions"]
3
+ on = "push"
4
+}
5
+
6
+action "todo-actions" {
7
+ uses = "dtinth/todo-actions@v0.2.0"
8
+ secrets = ["GITHUB_TOKEN", "TODO_ACTIONS_MONGO_URL"]
9
0 commit comments