|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
name: Generate grouped playlists
|
|
|
|
|
name: Format playlists
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
|
push:
|
|
|
|
@ -21,24 +21,12 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- name: "npm run format"
|
|
|
|
|
run: npm run format
|
|
|
|
|
|
|
|
|
|
- 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: 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
|
|
|
|
|
commit_message: Formatted playlists
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|