From 395e443c982a8389929c3685ce7d32254f99dfc6 Mon Sep 17 00:00:00 2001
From: Aleksandr Statciuk <github@oiya.xyz>
Date: Mon, 21 Feb 2022 19:28:18 +0300
Subject: [PATCH] Update auto-update.yml

---
 .github/workflows/auto-update.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml
index 8ecb01bc5..6d73a3297 100644
--- a/.github/workflows/auto-update.yml
+++ b/.github/workflows/auto-update.yml
@@ -136,7 +136,6 @@ jobs:
           git commit -m "[Bot] Update streams"
           git add README.md
           git commit -m "[Bot] Update README.md"
-          git push -u origin ${{ steps.create-branch-name.outputs.branch_name }}
       - uses: repo-sync/pull-request@v2
         if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
         id: pull-request