Merge branch 'master' of https://github.com/freearhey/iptv
This commit is contained in:
commit
7b1f2321d2
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -34,5 +34,11 @@ jobs:
|
||||
- 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 remote -v"
|
||||
run: git remote -v
|
||||
|
||||
- name: "git checkout"
|
||||
run: git checkout
|
||||
|
||||
- name: "git push origin master"
|
||||
run: git push origin master --force
|
||||
run: git push origin dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user