From 76d1bc92c9fdbb17db55cc5e85db66e795574ca0 Mon Sep 17 00:00:00 2001 From: NianBroken Date: Thu, 15 Feb 2024 12:08:49 +0800 Subject: [PATCH] Update --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 226c56e..46e465c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,6 +57,11 @@ jobs: else echo "main.yml file is inconsistent" 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 # 定义备份和还原的文件后缀列表