From a55ebf659974137f96a465b74a8a0c8b649b3399 Mon Sep 17 00:00:00 2001 From: raiper34 Date: Sat, 1 Feb 2025 16:24:28 +0100 Subject: [PATCH] ci(github-actions): add automatic ytdl update into github actions --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 4363023..c9acbf9 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -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: