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
1df1e4970c
commit
09fbf66414
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auto-update.yml
vendored
4
.github/workflows/auto-update.yml
vendored
|
@ -44,9 +44,9 @@ jobs:
|
|||
run: |
|
||||
git add README.md
|
||||
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
|
||||
- name: Revert Uncommited Changes
|
||||
- name: Discard Uncommited Changes
|
||||
run: |
|
||||
git checkout .
|
||||
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