Compare commits
2 Commits
467ca8043f
...
1792518747
| Author | SHA1 | Date | |
|---|---|---|---|
| 1792518747 | |||
| a2d1f7fe9a |
@@ -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