File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
go-version : 1.14.4 # optional
22
22
- name : Update Dependency
23
- <<<<<<< HEAD
24
- =======
25
- if : ${{ ! endsWith(${{ github.ref }}, 'update-dependencies') }}
26
- env :
27
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
- >>>>>>> 103dcd0... Test conditional execution
29
23
run : go get -u ./...
30
24
31
25
- name : Test
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module github.com/wechaty/go-wechaty-getting-started
2
2
3
3
go 1.14
4
4
5
- <<<<<<< HEAD
6
5
require (
7
6
github.com/golang/protobuf v1.4.2 // indirect
8
7
github.com/maruel/rs v1.0.0 // indirect
@@ -19,7 +18,3 @@ require (
19
18
google.golang.org/grpc v1.31.1 // indirect
20
19
google.golang.org/protobuf v1.25.0 // indirect
21
20
)
22
- =======
23
- require github.com/wechaty/go-wechaty v0.1.2
24
-
25
- >>>>>>> 103dcd0... Test conditional execution
You can’t perform that action at this time.
0 commit comments