From da23def678eff5b64f8ad84d57f3ad4c31967091 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 26 May 2021 14:26:11 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index bbc34f194..d22c53a17 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -18,7 +18,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git add . - git diff-index --quiet HEAD || git commit -m "[Bot] Remove duplicates [skip ci]" + git diff-index --quiet HEAD || git commit -m "[Bot] Remove duplicates" git pull git push format: @@ -36,7 +36,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git add . - git diff-index --quiet HEAD || git commit -m "[Bot] Format playlists [skip ci]" + git diff-index --quiet HEAD || git commit -m "[Bot] Format playlists" git pull git push generate: @@ -69,6 +69,6 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git add . - git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md [skip ci]" + git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md" git pull git push