😕 Attempt to fix error

This commit is contained in:
Alicia Sykes 2021-09-09 19:21:14 +01:00 committed by GitHub
parent a19cd1e42e
commit 139370f46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,15 +8,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: sobolevn/misspell-fixer-action@master - uses: sobolevn/misspell-fixer-action@master
# with:
# options: '-rsvn src/assets/locales/en.json'
- uses: peter-evans/create-pull-request@v2.4.4 - uses: peter-evans/create-pull-request@v2.4.4
with: with:
token: ${{ secrets.BOT_GITHUB_TOKEN }} token: ${{ secrets.BOT_GITHUB_TOKEN }}
commit-message: ':pencil2: Auto-fix typos in translations file' commit-message: ':pencil2: Auto-fix typos in translations file'
title: '[AUTO] Fix spelling in language file' title: '[AUTO] Fix spelling in language file'
branch: AUTO/spelling-corrections branch: 'AUTO/spelling-corrections'
committer: Alicia Bot <alicia-gh-bot@mail.as93.net> committer: 'Alicia Bot <alicia-gh-bot@mail.as93.net>'
author: Liss-Bot author: Liss-Bot
delete-branch: true delete-branch: true
assignees: Lissy93 assignees: Lissy93