We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba264c5 commit 7a0f384Copy full SHA for 7a0f384
1 file changed
.github/main.workflow
@@ -1,9 +1,9 @@
1
workflow "build_test" {
2
on = "push"
3
- resolves = ["build_test"]
+ resolves = ["build_test01"]
4
}
5
6
-action "build_test" {
+action "build_test01" {
7
uses = "docker://circleci/python:2.7.14"
8
runs = "python test_helloworld.py"
9
0 commit comments