Fix rev-list.
This commit is contained in:
parent
c7cf9cb35c
commit
4c739c3230
|
@ -20,7 +20,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: test
|
||||
run: git rev-list --count master..meta
|
||||
run: git rev-list --count origin/master..origin/meta
|
||||
|
||||
- name: setup Go
|
||||
uses: actions/setup-go@v2
|
||||
|
|
Loading…
Reference in New Issue