This commit is contained in:
NianBroken
2024-02-13 18:22:29 +08:00 Unverified
parent 04fde7358d
commit 695981eb5a
+5
View File
@@ -47,6 +47,11 @@ jobs:
git remote add upstream https://github.com/NianBroken/ZFCheckScores.git git remote add upstream https://github.com/NianBroken/ZFCheckScores.git
git fetch upstream main git fetch upstream main
# 让Git忽略工作流文件的更改
- name: Ignore workflow file changes
run: |
git update-index --assume-unchanged .github/workflows/main.yml
# 定义备份和还原的文件后缀列表 # 定义备份和还原的文件后缀列表
- name: Set file extensions - name: Set file extensions
run: | run: |