]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix the misspell-fixer CI action.
authorSadie Powell <sadie@witchery.services>
Mon, 31 Aug 2020 13:20:18 +0000 (14:20 +0100)
committerSadie Powell <sadie@witchery.services>
Mon, 31 Aug 2020 13:20:18 +0000 (14:20 +0100)
.github/workflows/misspell-fixer.yml

index 5b7eb7ce54efff13f1a16256f48d06a7e8ebcf74..2ccba48571f684a27bd557144c1aff4c0553c2c4 100644 (file)
@@ -33,7 +33,7 @@ jobs:
         token: ${{ secrets.GITHUB_TOKEN }}
         branch: ${{ env.REF_BRANCH }}+fix-spellings-${{ env.DATE }}
         author: 'InspIRCd Robot <noreply@inspircd.org>'
-        commiter: 'InspIRCd Robot <noreply@inspircd.org>'
+        committer: 'InspIRCd Robot <noreply@inspircd.org>'
         commit-message: 'Fixes by misspell-fixer'
         title: 'Typos fix by misspell-fixer'
         reviewers: 'genius3000'