Adds missing body parameter (#232)

This commit is contained in:
Gabisonfire
2024-11-15 08:35:46 -05:00
committed by GitHub
parent c053a5f8da
commit a7d5944d25

View File

@@ -34,6 +34,6 @@ jobs:
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git feat/changelog_$(date +"%d_%m")
- name: create pull request
run: gh pr create -B main -H feat/changelog_$(date +"%d_%m") --title '[skip ci] Update changelog'
run: gh pr create -B main -H feat/changelog_$(date +"%d_%m") --title '[skip ci] Update changelog' --body 'Changelog update by git-cliff'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}