Update main.yml

This commit is contained in:
Aleksandr Statciuk 2019-08-27 21:59:58 +03:00 committed by GitHub
parent a871a8396c
commit 7c09299342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,14 @@ jobs:
- name: "npm run generate"
run: npm run generate
- name: "git add ."
- name: "git add"
run: git add .
- name: "git commit -m 'Generated grouped playlists'"
- name: "git config user.name"
run: git config user.name freearhey
- name: "git config user.email"
run: git config user.email free.arhey@gmail.com
- name: "git commit -m"
run: git commit -m "Generated grouped playlists"