mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +00:00
Specify PR URL to gh cli.
This commit is contained in:
parent
87ab7b7535
commit
c5208a2668
3
.github/workflows/weblate-merge.yml
vendored
3
.github/workflows/weblate-merge.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: AutoMerge Weblate translations
|
||||
run: gh pr merge --auto --delete-branch --merge
|
||||
run: gh pr merge --auto --delete-branch --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user