使用git checkout脚本

This commit is contained in:
Ember 2025-01-30 10:30:11 +08:00
parent 2371adc877
commit ab92716490

View File

@ -36,7 +36,6 @@ jobs:
# 生成带完整路径的变更文件列表
git diff --name-only --diff-filter=d $DIFF_REF > /tmp/changed_files.txt
- name: Sync incremental files
shell: bash
run: |