Skip to content

Commit

Permalink
Update github_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasElbattra committed Oct 18, 2024
1 parent f537e77 commit 1d1f364
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git fetch origin
git rebase origin/${{ github.head_ref }}
git add .
git commit -m "Automated ARB file updates and l10n generation"
git commit -m "Automated ARB file updates, l10n generation, Flutter version, and intl version adjustment" || echo "No changes to commit"
git push origin HEAD:${{ github.head_ref }}
continue-on-error: true

0 comments on commit 1d1f364

Please sign in to comment.