ci: explicitly provide repo owner/name when merging PR (#3930)
This commit is contained in:
parent
0a9fabe146
commit
07eccc4f71
|
@ -284,7 +284,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
steps:
|
||||
- name: Merge | Merge Crowdin PR
|
||||
run: gh pr merge --squash i18n_master
|
||||
run: gh pr merge i18n_master --squash --repo=starship/starship
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue