From bb6eb0c3581dd956d6a23781ad7dd4e27dbf18e3 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 6 Oct 2019 18:43:38 +0300 Subject: [PATCH] Added peter-evans/create-pull-request --- .github/workflows/format.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f986555fcd..3e0c9b0f55 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -22,12 +22,7 @@ jobs: - name: "npm run format" run: npm run format - - name: Commit all changes - uses: stefanzweifel/git-auto-commit-action@v2.1.0 - with: - commit_author_email: free.arhey@gmail.com - commit_author_name: Arhey - commit_message: Formatted playlists - branch: master + - name: Create Pull Request + uses: peter-evans/create-pull-request@v1.5.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}