Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyassesalama committed Dec 5, 2024
1 parent ced4172 commit 26c2e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
env:
TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}
run: |
git checkout host
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add about_team.json
git commit -m "feat: Update team data"
git push origin HEAD:host
git push

0 comments on commit 26c2e23

Please sign in to comment.