From c4c9b0e19380f8cb08d4d90d765d4dd108aa0a4a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 9 Sep 2021 19:24:08 +0100 Subject: [PATCH] :green_heart: Fix PR part of action Removes hard-coded author name --- .github/workflows/code-spell-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/code-spell-check.yml b/.github/workflows/code-spell-check.yml index 225c45f6..2677c96c 100644 --- a/.github/workflows/code-spell-check.yml +++ b/.github/workflows/code-spell-check.yml @@ -14,8 +14,7 @@ jobs: commit-message: ':pencil2: Auto-fix typos in translations file' title: '[AUTO] Fix spelling in language file' branch: 'AUTO/spelling-corrections' - committer: 'Alicia Bot ' - author: Liss-Bot + committer: 'Liss-Bot ' delete-branch: true assignees: Lissy93 reviewers: Lissy93