mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update _update.yml
This commit is contained in:
parent
9961854113
commit
748e121223
1 changed files with 1 additions and 1 deletions
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' }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue