chore: Remove --unset-all extensions.worktreeconfig
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
cf9f3d9d0a
commit
cd6e0f9bae
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config user.name forgejo-actions
|
git config user.name forgejo-actions
|
||||||
git config user.email forgejo-actions@noreply.localhost
|
git config user.email forgejo-actions@noreply.localhost
|
||||||
git config --unset-all extensions.worktreeconfig
|
|
||||||
git-cliff > CHANGELOG.md
|
git-cliff > CHANGELOG.md
|
||||||
if [[ $(git status | grep --extended-regexp '^\s+modified:\s+CHANGELOG.md$') ]]; then
|
if [[ $(git status | grep --extended-regexp '^\s+modified:\s+CHANGELOG.md$') ]]; then
|
||||||
git add CHANGELOG.md
|
git add CHANGELOG.md
|
||||||
|
|
Loading…
Reference in a new issue