diff --git a/.forgejo/workflows/changelog.yml b/.forgejo/workflows/changelog.yml index 1e2f01d..3153f1e 100644 --- a/.forgejo/workflows/changelog.yml +++ b/.forgejo/workflows/changelog.yml @@ -25,7 +25,6 @@ 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