From 16d8707c488b40bfb737c1033082f1e4a974769a Mon Sep 17 00:00:00 2001 From: Gabisonfire Date: Fri, 15 Nov 2024 08:16:24 -0500 Subject: [PATCH] Commit git cliff to the proper branch (#228) --- .github/workflows/git_cliff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git_cliff.yml b/.github/workflows/git_cliff.yml index 0b744ca..31d6b4c 100644 --- a/.github/workflows/git_cliff.yml +++ b/.github/workflows/git_cliff.yml @@ -31,4 +31,4 @@ jobs: git checkout -b feat/changelog_$(date +"%d_%m") git add CHANGELOG.md git commit -m "[skip ci] Update changelog" - git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git ${{ github.ref }} + git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git origin feat/changelog_$(date +"%d_%m")