mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-15 11:30:04 -04:00
Update clean.yml
This commit is contained in:
parent
b01c92071f
commit
cb03919317
1 changed files with 6 additions and 0 deletions
6
.github/workflows/clean.yml
vendored
6
.github/workflows/clean.yml
vendored
|
@ -167,6 +167,12 @@ jobs:
|
||||||
]
|
]
|
||||||
max-parallel: 2
|
max-parallel: 2
|
||||||
steps:
|
steps:
|
||||||
|
- name: Create Branch
|
||||||
|
uses: peterjgrainger/action-create-branch@v2.0.1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
branch: 'bot/patch-1'
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue