Skip to content

Commit 7a0f384

Browse files
committed
gh actions fix maybe
1 parent ba264c5 commit 7a0f384

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/main.workflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
workflow "build_test" {
22
on = "push"
3-
resolves = ["build_test"]
3+
resolves = ["build_test01"]
44
}
55

6-
action "build_test" {
6+
action "build_test01" {
77
uses = "docker://circleci/python:2.7.14"
88
runs = "python test_helloworld.py"
99
}

0 commit comments

Comments
 (0)