We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d8a1b commit de19977Copy full SHA for de19977
.github/workflows/extra.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
UpdateDep:
15
name: Update Dependency
16
- if: false == endsWith(github.ref, 'update-dependencies')
+ if: false == endsWith(github.head_ref, 'update-dependencies')
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
go.mod
@@ -16,5 +16,4 @@ require (
golang.org/x/tools v0.0.0-20200828161849-5deb26317202 // indirect
google.golang.org/genproto v0.0.0-20200828030656-73b5761be4c5 // indirect
google.golang.org/grpc v1.31.1 // indirect
- google.golang.org/protobuf v1.25.0 // indirect
20
)
0 commit comments