Update main.yml

This commit is contained in:
Aleksandr Statciuk 2019-09-09 16:26:02 +03:00 committed by GitHub
parent 8629f50705
commit 66792132c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 14 deletions

View File

@ -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 }}