mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-16 12:00:04 -04:00
Update main.yml
This commit is contained in:
parent
ef75c7922c
commit
f412d208f3
1 changed files with 5 additions and 2 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue