Update git_cliff.yml (#229)
This commit is contained in:
2
.github/workflows/git_cliff.yml
vendored
2
.github/workflows/git_cliff.yml
vendored
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user