mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-03 03:33:22 +03:00
😕 Attempt to fix error
This commit is contained in:
parent
a19cd1e42e
commit
139370f46c
6
.github/workflows/code-spell-check.yml
vendored
6
.github/workflows/code-spell-check.yml
vendored
@ -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 <alicia-gh-bot@mail.as93.net>
|
||||
branch: 'AUTO/spelling-corrections'
|
||||
committer: 'Alicia Bot <alicia-gh-bot@mail.as93.net>'
|
||||
author: Liss-Bot
|
||||
delete-branch: true
|
||||
assignees: Lissy93
|
||||
|
Loading…
Reference in New Issue
Block a user