mirror of
https://github.com/iptv-org/iptv
synced 2026-05-08 10:37:44 -04:00
Merge branch 'master' of https://github.com/freearhey/iptv
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -31,5 +31,8 @@ jobs:
|
|||||||
- name: "git commit -m"
|
- name: "git commit -m"
|
||||||
run: git commit -m "Generated grouped playlists"
|
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"
|
- 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