mirror of
https://github.com/iptv-org/iptv
synced 2025-12-21 21:07:47 -05:00
Update main.yml
This commit is contained in:
committed by
GitHub
parent
19fefac327
commit
30e8b16eee
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -19,8 +19,14 @@ jobs:
|
|||||||
- name: "npm run generate"
|
- name: "npm run generate"
|
||||||
run: npm run generate
|
run: npm run generate
|
||||||
|
|
||||||
- name: "git add ."
|
- name: "git add"
|
||||||
run: 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"
|
run: git commit -m "Generated grouped playlists"
|
||||||
|
|||||||
Reference in New Issue
Block a user