Skip to content

Commit 3d0475d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/main.workflow

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

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

0 commit comments

Comments
 (0)