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