From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:49:00 +0000 (-0800) Subject: Fixes the spelling of the commitish argument to the action X-Git-Tag: v2.20.6~1^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c744fd5620b072e1724990eda892673bbda9e4;p=thirdparty%2Fpaperless-ngx.git Fixes the spelling of the commitish argument to the action --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6abd71dfd5..c1169f6642 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -617,7 +617,7 @@ jobs: version: ${{ steps.get_version.outputs.version }} prerelease: ${{ steps.get_version.outputs.prerelease }} publish: true # ensures release is not marked as draft - committish: ${{ github.sha }} + commitish: ${{ github.sha }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload release archive diff --git a/pyproject.toml b/pyproject.toml index d4d24a7e88..ee1748cc31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -238,7 +238,7 @@ lint.isort.force-single-line = true [tool.codespell] write-changes = true -ignore-words-list = "criterias,afterall,valeu,ureue,equest,ure,assertIn,Oktober" +ignore-words-list = "criterias,afterall,valeu,ureue,equest,ure,assertIn,Oktober,commitish" skip = "src-ui/src/locale/*,src-ui/pnpm-lock.yaml,src-ui/e2e/*,src/paperless_mail/tests/samples/*,src/documents/tests/samples/*,*.po,*.json" [tool.pytest.ini_options]