diff --git a/.github/workflows/code-spell-check.yml b/.github/workflows/code-spell-check.yml index 2677c96c..8227529c 100644 --- a/.github/workflows/code-spell-check.yml +++ b/.github/workflows/code-spell-check.yml @@ -8,13 +8,12 @@ jobs: steps: - uses: actions/checkout@v2 - uses: sobolevn/misspell-fixer-action@master - - uses: peter-evans/create-pull-request@v2.4.4 + - uses: peter-evans/create-pull-request@v3.10.1 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: 'Liss-Bot ' - delete-branch: true assignees: Lissy93 reviewers: Lissy93