mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-17 12:30:03 -04:00
Update auto-update.yml
This commit is contained in:
parent
a79edce7b1
commit
0b2bd8720d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/auto-update.yml
vendored
6
.github/workflows/auto-update.yml
vendored
|
@ -10,7 +10,11 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Create Branch
|
- name: Create Branch
|
||||||
run: git branch bot/auto-update && git push
|
uses: peterjgrainger/action-create-branch@v2.0.1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
branch: 'bot/auto-update'
|
||||||
remove-duplicates:
|
remove-duplicates:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: create-branch
|
needs: create-branch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue