Skip to content

Commit 82f5f22

Browse files
authored
Update changelog.yml
1 parent e5f86a6 commit 82f5f22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ jobs:
4343
fi
4444
4545
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'
46+
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git 'origin/main'

0 commit comments

Comments
 (0)