Skip to content

Commit

Permalink
Fix push error hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 19, 2024
1 parent 8a2150d commit f291d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git add src/data/catalogs.json
git commit -m "Update catalogs.json"
git push
git push origin HEAD:l10n_main
echo "Merging pull request"
PR_NUMBER=$(echo ${{ github.event.pull_request.number }})
gh pr merge $PR_NUMBER --auto --squash
Expand Down

0 comments on commit f291d33

Please sign in to comment.