mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update _update.yml
This commit is contained in:
2
.github/workflows/_update.yml
vendored
2
.github/workflows/_update.yml
vendored
@@ -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' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user