mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-17 04:20:03 -04:00
Update clean.yml
This commit is contained in:
parent
a02bbffc31
commit
fc53af6b25
1 changed files with 2 additions and 1 deletions
3
.github/workflows/clean.yml
vendored
3
.github/workflows/clean.yml
vendored
|
@ -169,6 +169,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Remove Broken Links
|
- name: Remove Broken Links
|
||||||
|
@ -176,7 +178,6 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
branch: bot/remove-broken-links
|
|
||||||
title: '[Bot] Remove broken links'
|
title: '[Bot] Remove broken links'
|
||||||
body: |
|
body: |
|
||||||
This pull request is created automatically.
|
This pull request is created automatically.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue