mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Fix push error hopefully
This commit is contained in:
parent
8a2150d854
commit
f291d33ab0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/i18n-automerge.yml
vendored
2
.github/workflows/i18n-automerge.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git add src/data/catalogs.json
|
git add src/data/catalogs.json
|
||||||
git commit -m "Update catalogs.json"
|
git commit -m "Update catalogs.json"
|
||||||
git push
|
git push origin HEAD:l10n_main
|
||||||
echo "Merging pull request"
|
echo "Merging pull request"
|
||||||
PR_NUMBER=$(echo ${{ github.event.pull_request.number }})
|
PR_NUMBER=$(echo ${{ github.event.pull_request.number }})
|
||||||
gh pr merge $PR_NUMBER --auto --squash
|
gh pr merge $PR_NUMBER --auto --squash
|
||||||
|
|
Loading…
Reference in a new issue