mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-16 12:00:04 -04:00
Update auto-update.yml
This commit is contained in:
parent
831179989a
commit
1280fb7769
1 changed files with 3 additions and 1 deletions
4
.github/workflows/auto-update.yml
vendored
4
.github/workflows/auto-update.yml
vendored
|
@ -385,8 +385,10 @@ jobs:
|
|||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
- name: Fetch Origin
|
||||
run: git fetch origin
|
||||
- name: Update from master
|
||||
run: git fetch && git merge origin/master
|
||||
run: git merge origin/master
|
||||
- name: Create Pull Request
|
||||
id: pr
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue