From ba44d2e889391d5100e0dec15383b08efbdc6001 Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:41:43 +0800 Subject: [PATCH] Update cherry-pick.yml --- .github/workflows/cherry-pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index c6e1bad992e..c7d8a2aa13d 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -131,7 +131,7 @@ jobs: # Construct authenticated URL for the fork FORK_URL_AUTH="https://${BOT_USERNAME}:${GH_TOKEN}@github.com/${REPO_NAME}.git" - echo "Pushing to fork..." + echo "Pushing to fork...." git push "$FORK_URL_AUTH" "$NEW_BRANCH" --force # Create PR