mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2025-04-17 07:12:57 -04:00
Update misspell.yml
This commit is contained in:
parent
401caadc54
commit
15010e8f0c
3
.github/workflows/misspell.yml
vendored
3
.github/workflows/misspell.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: misspell
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
@ -12,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: sobolevn/misspell-fixer-action@0.1.0
|
||||
- uses: peter-evans/create-pull-request@v2.4.4
|
||||
- uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: 'Fixes by misspell-fixer'
|
||||
|
Loading…
x
Reference in New Issue
Block a user