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