diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 8ecb01bc59..6d73a32972 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