1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 01:20:51 +00:00

ci: explicitly provide repo owner/name when merging PR (#3930)

This commit is contained in:
Matan Kushner 2022-04-26 14:09:37 -05:00 committed by GitHub
parent 0a9fabe146
commit 07eccc4f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}