mirror of
https://github.com/iptv-org/iptv
synced 2025-12-24 06:17:28 -05:00
Update main.yml
This commit is contained in:
committed by
GitHub
parent
38a01af28c
commit
eda021f4b6
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -30,6 +30,9 @@ jobs:
|
||||
|
||||
- name: "git commit -m"
|
||||
run: git commit -m "Generated grouped playlists"
|
||||
|
||||
|
||||
- name: "git remote set-url origin"
|
||||
run: git remote set-url origin https://${GITHUB_ACTOR}:${secrets.GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
|
||||
|
||||
- name: "git push origin master"
|
||||
run: git push git@github.com:${GITHUB_REPOSITORY}.git master
|
||||
run: git push origin master
|
||||
|
||||
Reference in New Issue
Block a user