mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-12 19:28:22 +00:00
Fix check!
This commit is contained in:
parent
1a94e1d69d
commit
519aab6cd8
2
.github/workflows/weblate-merge.yml
vendored
2
.github/workflows/weblate-merge.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: AutoMerge Weblate translations
|
- name: AutoMerge Weblate translations
|
||||||
if: github.event.pull_request.user.login != 'weblate'
|
if: github.event.pull_request.user.login == 'weblate'
|
||||||
run: gh pr merge --auto --delete-branch --merge "$PR_URL"
|
run: gh pr merge --auto --delete-branch --merge "$PR_URL"
|
||||||
env:
|
env:
|
||||||
PR_URL: ${{github.event.pull_request.html_url}}
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
|
Loading…
Reference in New Issue
Block a user