mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-16 03:50:03 -04:00
Update auto-update.yml
This commit is contained in:
parent
5bfc665004
commit
1df1e4970c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/auto-update.yml
vendored
3
.github/workflows/auto-update.yml
vendored
|
@ -44,6 +44,9 @@ jobs:
|
|||
run: |
|
||||
git add README.md
|
||||
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
|
||||
- name: Revert Uncommited Changes
|
||||
run: |
|
||||
git checkout .
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue