Update main.yml

This commit is contained in:
Aleksandr Statciuk 2019-08-27 23:06:33 +03:00 committed by GitHub
parent 31813b12c8
commit fa667ad6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ jobs:
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
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 origin master