We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfbf51 commit 486932dCopy full SHA for 486932d
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v4
16
with:
17
fetch-depth: 0 # 获取完整提交历史(版本管理需要)
18
0 commit comments