Skip to content

Commit

Permalink
updated commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 29, 2023
1 parent 65fa205 commit 41eba90
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 "[email protected]"
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 }}
Expand Down

0 comments on commit 41eba90

Please sign in to comment.