This commit is contained in:
NianBroken
2024-02-13 13:27:49 +08:00 Unverified
parent 52c8a4c152
commit 63149bf1ad
+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
# 将上游main分支的 .github/workflows/main.yml 文件内容复制到当前仓库
- name: Copy upstream main.yml to current repository
run: |
cp upstream/.github/workflows/main.yml .github/workflows/main.yml
# 创建一个备份目录,并将当前目录中的所有.txt文件复制到备份目录 # 创建一个备份目录,并将当前目录中的所有.txt文件复制到备份目录
- name: Backup local .txt files - name: Backup local .txt files
run: | run: |