Update
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
# 定义备份和还原的文件后缀列表
|
# 定义备份和还原的文件后缀列表
|
||||||
|
|||||||
Reference in New Issue
Block a user