From 070e85ac919135a37d0119c1c5c09ab751de953b Mon Sep 17 00:00:00 2001 From: ivvist Date: Fri, 24 May 2024 09:10:56 +0200 Subject: [PATCH] update workflow --- scripts/cp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cp.sh b/scripts/cp.sh index 97be68b..bab9250 100644 --- a/scripts/cp.sh +++ b/scripts/cp.sh @@ -89,6 +89,7 @@ for commit_hash in $sorted_commits; do } done git config --global url.https://$github_token@github.com/.insteadOf https://github.com/ +git commit -am "Cherry-pick auto-create" --allow-empty git push origin $rc echo "Cherry-pick completed successfully."