From 15010e8f0c4ecda25eb897a63a2981e07693a217 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 17 Nov 2020 10:15:53 +0300 Subject: [PATCH] Update misspell.yml --- .github/workflows/misspell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index 83966ab..b0bcb2b 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -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'