This commit is contained in:
freearhey 2019-08-27 22:57:05 +03:00
commit 31813b12c8
1 changed files with 5 additions and 2 deletions

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