diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 449bb66..ae375bb 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -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 }} \ No newline at end of file