Implemented skip ci
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
||||
git config --global user.name "Gitea Actions [bot]"
|
||||
git config --global user.email ""
|
||||
git add lib test
|
||||
git commit -m "Auto-format code"
|
||||
git commit -m "Auto-format code [skip ci]"
|
||||
git push origin HEAD:${{ gitea.head_ref }}
|
||||
else
|
||||
echo "No changes to commit"
|
||||
@@ -135,5 +135,5 @@ jobs:
|
||||
git config --global user.name "Gitea Actions [bot]"
|
||||
git config --global user.email ""
|
||||
git add pubspec.yaml
|
||||
git commit -m "Updated version number"
|
||||
git commit -m "Updated version number [skip ci]"
|
||||
git push origin HEAD:${{ gitea.head_ref }}
|
||||
Reference in New Issue
Block a user