mirror of
https://github.com/iptv-org/iptv
synced 2026-04-28 21:57:12 -04:00
Update main.yml
This commit is contained in:
committed by
GitHub
parent
563696f52f
commit
96f10f1d02
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -21,6 +21,15 @@ jobs:
|
|||||||
|
|
||||||
- name: "npm run format"
|
- name: "npm run format"
|
||||||
run: 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"
|
- name: "npm run generate"
|
||||||
run: npm run generate
|
run: npm run generate
|
||||||
@@ -30,6 +39,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit_author_email: free.arhey@gmail.com
|
commit_author_email: free.arhey@gmail.com
|
||||||
commit_author_name: Arhey
|
commit_author_name: Arhey
|
||||||
commit_message: Generate grouped playlists
|
commit_message: Generated grouped playlists
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user