Skip to content

Commit

Permalink
mod: actions/checkout with fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
VillagerTom committed Dec 22, 2024
1 parent 29ca228 commit a9f19ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-tags: 'true'
fetch-depth: 0

- name: 获取最后一次提交
id: get-last-commit
Expand Down

0 comments on commit a9f19ca

Please sign in to comment.