mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
fix: fetch-depth
This commit is contained in:
parent
5c8ca642a8
commit
b291d01466
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
@ -38,4 +40,4 @@ jobs:
|
||||
run: bun x changelogithub
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user