From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Mon, 28 Nov 2022 03:22:03 +0000 (-0800) Subject: Fixes the pre-commit command X-Git-Tag: v1.10.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba45f93a4de843edba2bfb6641a14ce3f269fe4;p=thirdparty%2Fpaperless-ngx.git Fixes the pre-commit command --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ccc93df20..fff63b5eb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -523,7 +523,7 @@ jobs: CURRENT_CHANGELOG=`tail --lines +2 changelog.md` echo -e "$CURRENT_CHANGELOG" >> changelog-new.md mv changelog-new.md changelog.md - pipenv run pre-commit --files changelog.md + pipenv run pre-commit run --files changelog.md git config --global user.name "github-actions" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git commit -am "Changelog ${{ needs.publish-release.outputs.version }} - GHA"