Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-08-03 08:26:55 +03:00
parent 3beb624796
commit 6fd9421f02
1 changed files with 6 additions and 6 deletions

View File

@ -54,13 +54,13 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }} private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Create Pull Request - name: Create Pull Request
id: pr id: pr
uses: tretuna/sync-branches@1.2.0 uses: repo-sync/pull-request@v2
with: with:
FROM_BRANCH: 'bot/auto-update' source_branch: 'bot/auto-update'
TO_BRANCH: 'master' destination_branch: 'master'
PULL_REQUEST_TITLE: '[Bot] Update playlists' pr_title: '[Bot] Update playlists'
PULL_REQUEST_BODY: | pr_body: |
This pull request is created by [auto-update][1] workflow. This pull request is created by [auto-update][1] workflow.
[1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }}
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} github_token: ${{ steps.generate-token.outputs.token }}