Update clean.yml

This commit is contained in:
Aleksandr Statciuk
2021-05-25 20:27:49 +03:00
parent 865c747149
commit 607a60333c

View File

@@ -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"
git diff-index --quiet HEAD || git commit -m "[Bot] Remove duplicates [skip ci]"
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"
git diff-index --quiet HEAD || git commit -m "[Bot] Format playlists [skip ci]"
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"
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md [skip ci]"
git pull
git push