Merge branch 'master' of https://github.com/freearhey/iptv
This commit is contained in:
commit
59060cad4c
|
@ -33,12 +33,9 @@ jobs:
|
||||||
|
|
||||||
- name: "git remote set-url origin"
|
- name: "git remote set-url origin"
|
||||||
run: git remote set-url origin https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git
|
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"
|
- name: "git branch"
|
||||||
run: git checkout
|
run: git branch
|
||||||
|
|
||||||
- name: "git push origin master"
|
- name: "git push origin master"
|
||||||
run: git push origin dev
|
run: git push origin dev
|
||||||
|
|
Loading…
Reference in New Issue