File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ jobs:
4242 - name : Install dependencies
4343 run : pnpm install
4444
45- - name : Check if update is needed
46- id : check-update
47- run : |
48- # 使用TypeScript脚本进行哈希差异检查,避免shell参数过长问题
49- if pnpm run diff-hash; then
50- echo "No update needed, content hash is the same"
51- echo "skip=true" >> $GITHUB_OUTPUT
52- else
53- echo "Update needed, content hash is different or error occurred"
54- echo "skip=false" >> $GITHUB_OUTPUT
55- fi
45+ # - name: Check if update is needed
46+ # id: check-update
47+ # run: |
48+ # # 使用TypeScript脚本进行哈希差异检查,避免shell参数过长问题
49+ # if pnpm run diff-hash; then
50+ # echo "No update needed, content hash is the same"
51+ # echo "skip=true" >> $GITHUB_OUTPUT
52+ # else
53+ # echo "Update needed, content hash is different or error occurred"
54+ # echo "skip=false" >> $GITHUB_OUTPUT
55+ # fi
5656
5757 - name : Fetch USB IDs
5858 if : steps.check-update.outputs.skip != 'true'
You can’t perform that action at this time.
0 commit comments