Skip to content

Commit 6d32d33

Browse files
committed
delete test commit
1 parent e4a85e0 commit 6d32d33

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/extra.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
with:
2121
go-version: 1.14.4 # optional
2222
- 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
2923
run: go get -u ./...
3024

3125
- name: Test

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module github.com/wechaty/go-wechaty-getting-started
22

33
go 1.14
44

5-
<<<<<<< HEAD
65
require (
76
github.com/golang/protobuf v1.4.2 // indirect
87
github.com/maruel/rs v1.0.0 // indirect
@@ -19,7 +18,3 @@ require (
1918
google.golang.org/grpc v1.31.1 // indirect
2019
google.golang.org/protobuf v1.25.0 // indirect
2120
)
22-
=======
23-
require github.com/wechaty/go-wechaty v0.1.2
24-
25-
>>>>>>> 103dcd0... Test conditional execution

0 commit comments

Comments
 (0)