Skip to content

Commit

Permalink
Update git_cliff.yml (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabisonfire authored Nov 15, 2024
1 parent 16d8707 commit 833ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git_cliff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 origin feat/changelog_$(date +"%d_%m")
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git feat/changelog_$(date +"%d_%m")

0 comments on commit 833ac11

Please sign in to comment.