From cd6e0f9baee15866831ca3749e6325f37a424146 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Tue, 21 May 2024 15:35:22 +0300 Subject: [PATCH] chore: Remove `--unset-all extensions.worktreeconfig` Signed-off-by: Awiteb --- .forgejo/workflows/changelog.yml | 1 - 1 file changed, 1 deletion(-) 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