chore: Remove --unset-all extensions.worktreeconfig
All checks were successful
Write changelog / write-changelog (push) Successful in 3s
Rust CI / Rust CI (push) Successful in 2m12s

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-05-21 15:35:22 +03:00
parent cf9f3d9d0a
commit cd6e0f9bae
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -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