Update _update.yml

This commit is contained in:
Aleksandr Statciuk 2022-10-27 03:02:04 +03:00
parent 9961854113
commit 748e121223

View file

@ -65,7 +65,7 @@ jobs:
- name: Push to origin - name: Push to origin
if: ${{ !env.ACT }} if: ${{ !env.ACT }}
run: | run: |
git remote add origin https://github.com/iptv-org/epg.git git remote set-url origin https://github.com/iptv-org/epg.git
git push -u origin ${{ steps.create-branch-name.outputs.BRANCH_NAME }} git push -u origin ${{ steps.create-branch-name.outputs.BRANCH_NAME }}
- uses: repo-sync/pull-request@v2 - uses: repo-sync/pull-request@v2
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}