From: Sadie Powell Date: Mon, 31 Aug 2020 13:20:18 +0000 (+0100) Subject: Fix the misspell-fixer CI action. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=a8a5308d0f41813dc7c767e154e809d919a937f7;p=user%2Fhenk%2Fcode%2Finspircd.git Fix the misspell-fixer CI action. --- 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 ' - commiter: 'InspIRCd Robot ' + committer: 'InspIRCd Robot ' commit-message: 'Fixes by misspell-fixer' title: 'Typos fix by misspell-fixer' reviewers: 'genius3000'