Archived
1
0
Fork 0

Update update-poetry.yml

This commit is contained in:
ZoruaFox 2024-01-12 01:25:01 +08:00 committed by GitHub
parent a2b4360fbc
commit b4764fbebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
run: |
echo "Checking for 'update-deps' branch..."
if git ls-remote --heads origin update-deps; then
echo "Branch 'update-deps' exists. Stopping workflow." && exit 1
echo "分支 'update-deps' 已存在,请删除后执行本工作流。" && exit 1
else
echo "Branch 'update-deps' does not exist. Continuing workflow."
fi