mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
💚 Updates PR action job to latest version
This commit is contained in:
parent
c4c9b0e193
commit
d5d525acd0
3
.github/workflows/code-spell-check.yml
vendored
3
.github/workflows/code-spell-check.yml
vendored
@ -8,13 +8,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: sobolevn/misspell-fixer-action@master
|
- 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:
|
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: 'Liss-Bot <alicia-gh-bot@mail.as93.net>'
|
committer: 'Liss-Bot <alicia-gh-bot@mail.as93.net>'
|
||||||
delete-branch: true
|
|
||||||
assignees: Lissy93
|
assignees: Lissy93
|
||||||
reviewers: Lissy93
|
reviewers: Lissy93
|
||||||
|
Loading…
x
Reference in New Issue
Block a user