From 8f36ce14592adb6ba9c114586319d1701d190146 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 9 Apr 2023 19:04:52 +0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 15fb197c..5000f36f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,7 +19,7 @@ jobs: git config user.name ${{ github.actor }} git config user.email '${{ github.actor }}@users.noreply.github.com' git add data/channels.csv - git commit -m "[Bot] Update channels.csv" + git commit -m "[Bot] Update channels.csv" --no-verify git status - name: Create Pull Request uses: peter-evans/create-pull-request@v5