Update main.yml
This commit is contained in:
parent
8629f50705
commit
66792132c9
|
@ -1,4 +1,4 @@
|
||||||
name: Generate grouped playlists
|
name: Format playlists
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -30,15 +30,3 @@ jobs:
|
||||||
commit_message: Formatted playlists
|
commit_message: Formatted playlists
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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 }}
|
|
||||||
|
|
Loading…
Reference in New Issue