diff options
author | Sadie Powell <sadie@witchery.services> | 2020-08-31 14:20:18 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-08-31 14:20:18 +0100 |
commit | a8a5308d0f41813dc7c767e154e809d919a937f7 (patch) | |
tree | 046816cdc138a76aa1b3d3331ceac20eada7be84 /.github | |
parent | e1ebec0e7255ad500cba6b9f79f318366a00a13a (diff) |
Fix the misspell-fixer CI action.
Diffstat (limited to '.github')
-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' |