mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Specify PR URL to gh cli.
This commit is contained in:
parent
87ab7b7535
commit
c5208a2668
1 changed files with 2 additions and 1 deletions
3
.github/workflows/weblate-merge.yml
vendored
3
.github/workflows/weblate-merge.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: AutoMerge Weblate translations
|
- name: AutoMerge Weblate translations
|
||||||
run: gh pr merge --auto --delete-branch --merge
|
run: gh pr merge --auto --delete-branch --merge "$PR_URL"
|
||||||
env:
|
env:
|
||||||
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue