From 66792132c927bd632485498d43a0bd328e04bd7c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 9 Sep 2019 16:26:02 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b51b50d7..a0e5e678c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Generate grouped playlists +name: Format playlists on: push: @@ -21,7 +21,7 @@ jobs: - name: "npm run format" run: npm run format - + - name: Commit all changes uses: stefanzweifel/git-auto-commit-action@v2.0.0 with: @@ -30,15 +30,3 @@ jobs: commit_message: Formatted playlists env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: "npm run generate" - run: npm run generate - - - name: Commit all changes - uses: stefanzweifel/git-auto-commit-action@v2.0.0 - with: - commit_author_email: free.arhey@gmail.com - commit_author_name: Arhey - commit_message: Generated grouped playlists - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}