This commit is contained in:
freearhey 2019-08-27 23:27:18 +03:00
commit 59060cad4c
1 changed files with 2 additions and 5 deletions

View File

@ -33,12 +33,9 @@ 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