Update main.yml
This commit is contained in:
parent
7b1f2321d2
commit
d6e74aab2b
|
@ -34,11 +34,8 @@ 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"
|
- name: "git branch"
|
||||||
run: git remote -v
|
run: git branch
|
||||||
|
|
||||||
- name: "git checkout"
|
|
||||||
run: git checkout
|
|
||||||
|
|
||||||
- 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