Update main.yml

This commit is contained in:
Aleksandr Statciuk 2019-08-27 23:23:58 +03:00 committed by GitHub
parent 39e3e5d8b3
commit b2d75db212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -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