mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Try exit silently
This commit is contained in:
parent
883e3237bf
commit
f56943a90d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/i18n-automerge.yml
vendored
2
.github/workflows/i18n-automerge.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
else
|
||||
echo "More than 50 lines have been changed. Merging pull request."
|
||||
PR_NUMBER=$(echo ${{ github.event.pull_request.number }})
|
||||
gh pr merge $PR_NUMBER --auto --squash
|
||||
gh pr merge $PR_NUMBER --auto --squash || true
|
||||
fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue