Skip to content

Commit 0db7b32

Browse files
authored
Update main.workflow
1 parent 3d0475d commit 0db7b32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/main.workflow

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
workflow "CI Test Runner" {
2-
resolves = ["test"]
1+
workflow "test" {
2+
resolves = ["CI Test Runner"]
33
on = "push"
44
}
55

6-
action "test" {
6+
action "CI Test Runner" {
77
uses = "./.github/test_runner"
88
secrets = ["GITHUB_TOKEN"]
99
}

0 commit comments

Comments
 (0)