diff options
-rw-r--r-- | .github/workflows/misspell-fixer.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml index 5b7eb7ce5..2ccba4857 100644 --- a/.github/workflows/misspell-fixer.yml +++ b/.github/workflows/misspell-fixer.yml @@ -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' |