mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +00:00
Remove unnecessary checkout.
This commit is contained in:
parent
c5208a2668
commit
e030011a5c
3
.github/workflows/weblate-merge.yml
vendored
3
.github/workflows/weblate-merge.yml
vendored
@ -12,9 +12,6 @@ jobs:
|
||||
- name: Check if PR author is weblate
|
||||
if: github.event.pull_request.user.login != 'weblate'
|
||||
run: exit 78
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: AutoMerge Weblate translations
|
||||
run: gh pr merge --auto --delete-branch --merge "$PR_URL"
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user