From 41eba906aa85a3d2b3a0cfd2b8f83b594f122f1f Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Sun, 29 Oct 2023 13:38:33 +0530 Subject: [PATCH] updated commit step --- .github/workflows/build.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77555246a..d8e6d59d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,12 +34,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: distribution: zulu java-version: 12.x - - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: channel: stable @@ -56,12 +55,10 @@ jobs: with: working-directory: packages/hmssdk_flutter - name: Commit and Push changes - run: | - git config --global user.name "🤖 100ms Flutter Bot" - git config --global user.email "yogesh@100ms.live" - git add . - git commit -m "🤖 100ms Flutter Bot: Format and Fix" - git push --verbose + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: 🤖 Automated Format and Fix + commit_user_name: 🤖 100ms Flutter Bot - name: Build Android App Bundle env: FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}