This commit is contained in:
NianBroken
2024-02-15 12:08:49 +08:00 Unverified
parent f9e5877a4c
commit 76d1bc92c9
+5
View File
@@ -57,6 +57,11 @@ jobs:
else else
echo "main.yml file is inconsistent" echo "main.yml file is inconsistent"
echo "MAIN_YML_FILES_INCONSISTENT=True" >> $GITHUB_OUTPUT echo "MAIN_YML_FILES_INCONSISTENT=True" >> $GITHUB_OUTPUT
echo "::error title=main.yml file is inconsistent!::"\
"The contents of your current branch's 'main.yml' file "\
"do not match the contents of your upstream branch's "\
"'main.yml' file! You need to synchronize the upstream "\
"branch manually!"
fi fi
# 定义备份和还原的文件后缀列表 # 定义备份和还原的文件后缀列表