From cc9e26d9e5eb144fce2eeb24cc847c16fd605d02 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 27 Aug 2019 22:27:08 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 927645e2cb..6d5fdd1b3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,10 +29,5 @@ jobs: - name: "git commit -m" run: git commit -m "Generated grouped playlists" - - name: Create Pull Request - uses: peter-evans/create-pull-request@v1.1.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} - PULL_REQUEST_TITLE: Generated grouped playlists - PULL_REQUEST_BODY: This is an auto-generated PR + - name: "git push origin master" + run: git push origin master