Update main.yml

This commit is contained in:
Aleksandr Statciuk 2019-08-27 23:26:52 +03:00 committed by GitHub
parent 7b1f2321d2
commit d6e74aab2b
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,11 +34,8 @@ 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 branch"
run: git branch
- name: "git push origin master"
run: git push origin dev