Skip to content

Commit

Permalink
use renamed workflow for cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 8, 2024
1 parent 41e0fa4 commit 4b2bcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wf_cp.yml → .github/workflows/cp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "upload-robot"
git config --global url.https://${{ secrets.git_token }}@github.com/.insteadOf https://github.com/
curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/make-cherry-pick.sh | bash
curl -s https://raw.githubusercontent.com/untillpro/ci-action/master/scripts/cp.sh | bash

0 comments on commit 4b2bcf2

Please sign in to comment.