Update main.yml

This commit is contained in:
Aleksandr Statciuk 2019-08-27 21:48:57 +03:00 committed by GitHub
parent f6f74b893c
commit 591e214f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -18,3 +18,9 @@ jobs:
- name: "npm run generate"
run: npm run generate
- name: "git add ."
run: git add .
- name: "git commit -m 'Generated grouped playlists'"
run: git commit -m "Generated grouped playlists"