From d5f693889a8b148e6755c6064f58b0052706034a Mon Sep 17 00:00:00 2001 From: NianBroken Date: Thu, 15 Feb 2024 12:27:55 +0800 Subject: [PATCH] Update --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6ffa44..bde750d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,11 +57,12 @@ jobs: else echo "MAIN_YML_FILES_INCONSISTENT=True" >> $GITHUB_OUTPUT echo "main.yml file is inconsistent" - echo "::error title=main.yml file is inconsistent!::\ - The content of the 'main.yml' file in the current branch does not match \ - the content of the 'main.yml' file in the upstream branch! You need to \ - synchronize the upstream branch manually! If you don't synchronize, there \ - is a chance that your code will have an uncontrollable fatal bug!" + echo "::error title=main.yml file is inconsistent!" \ + "::The content of the 'main.yml' file in the current branch" \ + "does not match the content of the 'main.yml' file in the" \ + "upstream branch! You need to synchronize the upstream branch" \ + "manually! If you don't synchronize, there is a chance that" \ + "your code will have an uncontrollable fatal bug!" fi # 定义备份和还原的文件后缀列表