ci(github-actions): add automatic ytdl update into github actions

This commit is contained in:
raiper34
2025-02-01 16:24:28 +01:00
parent 66516e6916
commit a55ebf6599
+1 -1
View File
@@ -8,7 +8,7 @@ permissions:
jobs:
automerge:
runs-on: ubuntu-latest
if: github.ref_name == 'ytdl-update-automated'
if: github.event.pull_request.head.ref == 'ytdl-update-automated'
steps:
- uses: peter-evans/enable-pull-request-automerge@v3
with: