Added peter-evans/create-pull-request
This commit is contained in:
parent
3f29e86bc3
commit
9037432581
9
.github/workflows/format.yml
vendored
9
.github/workflows/format.yml
vendored
@ -22,12 +22,7 @@ jobs:
|
|||||||
- name: "npm run format"
|
- name: "npm run format"
|
||||||
run: npm run format
|
run: npm run format
|
||||||
|
|
||||||
- name: Commit all changes
|
- name: Create Pull Request
|
||||||
uses: stefanzweifel/git-auto-commit-action@v2.1.0
|
uses: peter-evans/create-pull-request@v1.5.1
|
||||||
with:
|
|
||||||
commit_author_email: free.arhey@gmail.com
|
|
||||||
commit_author_name: Arhey
|
|
||||||
commit_message: Formatted playlists
|
|
||||||
branch: master
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user