mirror of
https://github.com/starship/starship.git
synced 2025-02-23 22:01:08 +01:00
ci: explicitly provide repo owner/name when merging PR (#3930)
This commit is contained in:
parent
0a9fabe146
commit
07eccc4f71
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -284,7 +284,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Merge | Merge Crowdin PR
|
- name: Merge | Merge Crowdin PR
|
||||||
run: gh pr merge --squash i18n_master
|
run: gh pr merge i18n_master --squash --repo=starship/starship
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user