From 139370f46cb45ee82ca736ebf7ada33c9e04eb8e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 9 Sep 2021 19:21:14 +0100 Subject: [PATCH] :confused: Attempt to fix error --- .github/workflows/code-spell-check.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-spell-check.yml b/.github/workflows/code-spell-check.yml index 411f8372..225c45f6 100644 --- a/.github/workflows/code-spell-check.yml +++ b/.github/workflows/code-spell-check.yml @@ -8,15 +8,13 @@ jobs: steps: - uses: actions/checkout@v2 - uses: sobolevn/misspell-fixer-action@master - # with: - # options: '-rsvn src/assets/locales/en.json' - uses: peter-evans/create-pull-request@v2.4.4 with: token: ${{ secrets.BOT_GITHUB_TOKEN }} commit-message: ':pencil2: Auto-fix typos in translations file' title: '[AUTO] Fix spelling in language file' - branch: AUTO/spelling-corrections - committer: Alicia Bot + branch: 'AUTO/spelling-corrections' + committer: 'Alicia Bot ' author: Liss-Bot delete-branch: true assignees: Lissy93