Skip to content

Commit

Permalink
Merge branch 'main' into l10n_main
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasElbattra committed Oct 18, 2024
2 parents 4cf724a + 56732ed commit de8a212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +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, l10n generation, Flutter version, and intl version adjustment" || echo "No changes to commit"
git fetch origin
git rebase origin/${{ github.head_ref }} || git rebase --abort
git push origin HEAD:${{ github.head_ref }}
continue-on-error: true

0 comments on commit de8a212

Please sign in to comment.