Update main.yml

This commit is contained in:
Aleksandr Statciuk 2019-08-27 22:56:02 +03:00 committed by GitHub
parent ef75c7922c
commit f412d208f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,9 @@ jobs:
- name: "git commit -m"
run: git commit -m "Generated grouped playlists"
- 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 push origin master"
run: git push git@github.com:${GITHUB_REPOSITORY}.git master
run: git push origin master