We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f86a6 commit 82f5f22Copy full SHA for 82f5f22
.github/workflows/changelog.yml
@@ -43,5 +43,4 @@ jobs:
43
fi
44
45
git commit -m "docs: update CHANGELOG.md"
46
- git push origin main # 推送到 main 分支
47
- # git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git 'main'
+ git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git 'origin/main'
0 commit comments