]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes the spelling of the commitish argument to the action
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 23 Jan 2026 23:49:00 +0000 (15:49 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Fri, 23 Jan 2026 23:49:00 +0000 (15:49 -0800)
.github/workflows/ci.yml
pyproject.toml

index 6abd71dfd5a694d0686774ff5ea74cc73baff919..c1169f6642b4c69ffc7dbd27785fd9665f8340ef 100644 (file)
@@ -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
index d4d24a7e88049f5f0b0c49a77655bec32afbf283..ee1748cc3140556412bead7c22209fd8399885b8 100644 (file)
@@ -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]