From baa72c6efa42de26676d1c4461821e384c027563 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 30 Dec 2022 23:31:24 +0300 Subject: [PATCH] Update auto-update.yml Fixes `Invalid value for "head"` error (https://github.com/iptv-org/iptv/actions/runs/3806696310/jobs/6476444023) --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 290e61b79a..44aeb32a30 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -135,7 +135,7 @@ jobs: git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com commit-message: '[Bot] Deploy to iptv-org/api' clean: false - - uses: repo-sync/pull-request@v2 + - uses: repo-sync/pull-request@v2.9 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} id: pull-request with: