fix: fix ci bug: "/go/src/casdoor/.git/refs/heads" not found (#1050)

This commit is contained in:
q1anx1 2022-08-22 01:02:57 +08:00 committed by GitHub
parent 1f11d22c1c
commit 80a2263b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: master
- name: Setup Node.js
uses: actions/setup-node@v2
with: