Update main.yml

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

View File

@ -29,10 +29,5 @@ jobs:
- name: "git commit -m"
run: git commit -m "Generated grouped playlists"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
PULL_REQUEST_TITLE: Generated grouped playlists
PULL_REQUEST_BODY: This is an auto-generated PR
- name: "git push origin master"
run: git push origin master