This commit is contained in:
NianBroken
2024-02-13 19:48:37 +08:00 Unverified
parent 9e4dad7dc2
commit 44d361d948
+2 -2
View File
@@ -55,10 +55,10 @@ jobs:
run: | run: |
if cmp -s .github/workflows/main.yml <(git show upstream/main:.github/workflows/main.yml); then if cmp -s .github/workflows/main.yml <(git show upstream/main:.github/workflows/main.yml); then
echo "main.yml file is consistent" echo "main.yml file is consistent"
echo "MAIN_YML_FILES_INCONSISTENT='False'" >> $GITHUB_ENV echo "MAIN_YML_FILES_INCONSISTENT=False" >> $GITHUB_ENV
else else
echo "main.yml file is inconsistent" echo "main.yml file is inconsistent"
echo "MAIN_YML_FILES_INCONSISTENT='True'" >> $GITHUB_ENV echo "MAIN_YML_FILES_INCONSISTENT=True" >> $GITHUB_ENV
fi fi
# 定义备份和还原的文件后缀列表 # 定义备份和还原的文件后缀列表