diff --git a/.forgejo/workflows/changelog.yml b/.forgejo/workflows/changelog.yml index c1ae242..1f7d602 100644 --- a/.forgejo/workflows/changelog.yml +++ b/.forgejo/workflows/changelog.yml @@ -25,6 +25,7 @@ jobs: run: | git config user.name forgejo-actions git config user.email forgejo-actions@noreply.localhost + git config --unset-all extensions.worktreeconfig git-cliff > CHANGELOG.md if [[ $(git status | grep --extended-regexp '^\s+modified:\s+CHANGELOG.md$') ]]; then git add CHANGELOG.md