Update
This commit is contained in:
@@ -57,11 +57,12 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "MAIN_YML_FILES_INCONSISTENT=True" >> $GITHUB_OUTPUT
|
echo "MAIN_YML_FILES_INCONSISTENT=True" >> $GITHUB_OUTPUT
|
||||||
echo "main.yml file is inconsistent"
|
echo "main.yml file is inconsistent"
|
||||||
echo "::error title=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 current branch" \
|
||||||
the content of the 'main.yml' file in the upstream branch! You need to \
|
"does not match the content of the 'main.yml' file in the" \
|
||||||
synchronize the upstream branch manually! If you don't synchronize, there \
|
"upstream branch! You need to synchronize the upstream branch" \
|
||||||
is a chance that your code will have an uncontrollable fatal bug!"
|
"manually! If you don't synchronize, there is a chance that" \
|
||||||
|
"your code will have an uncontrollable fatal bug!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 定义备份和还原的文件后缀列表
|
# 定义备份和还原的文件后缀列表
|
||||||
|
|||||||
Reference in New Issue
Block a user