mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
fix: Fetch depth
This commit is contained in:
parent
52ee234c0f
commit
e05e0f8ae3
@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
git fetch --no-tags --prune --depth=0 origin +refs/heads/master:refs/remotes/origin/master
|
||||
git fetch --no-tags --prune origin +refs/heads/master:refs/remotes/origin/master
|
||||
|
||||
- uses: pnpm/action-setup@v2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user