Fix rev-list.

This commit is contained in:
mrFq1 2022-07-03 11:19:34 +08:00
parent c7cf9cb35c
commit 4c739c3230
1 changed files with 1 additions and 1 deletions

View File

@ -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