mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update _update.yml
This commit is contained in:
3
.github/workflows/_update.yml
vendored
3
.github/workflows/_update.yml
vendored
@@ -39,14 +39,11 @@ jobs:
|
||||
path: scripts/logs
|
||||
- run: npm run api:update
|
||||
- run: npm run readme:update
|
||||
- run: npm run status:update
|
||||
- name: Commit Changes
|
||||
if: ${{ !env.ACT }}
|
||||
run: |
|
||||
git add README.md
|
||||
git commit --allow-empty -m "[Bot] Update README.md"
|
||||
git add STATUS.md
|
||||
git commit --allow-empty -m "[Bot] Update STATUS.md"
|
||||
git status
|
||||
- name: Push to origin
|
||||
if: ${{ !env.ACT }}
|
||||
|
||||
Reference in New Issue
Block a user