Skip to content

Commit

Permalink
Update generate-git-cliff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelarie authored Oct 18, 2024
1 parent d40944f commit c1755b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-git-cliff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

- name: Commit
run: |
git checkout <branch>
git checkout main
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
set +e
git add CHANGELOG.md
git commit -m "Update changelog"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git <branch>
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git main

0 comments on commit c1755b3

Please sign in to comment.