mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update _update.yml
This commit is contained in:
parent
8a312b7236
commit
bf17ec6b8e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/_update.yml
vendored
3
.github/workflows/_update.yml
vendored
|
@ -39,14 +39,11 @@ jobs:
|
||||||
path: scripts/logs
|
path: scripts/logs
|
||||||
- run: npm run api:update
|
- run: npm run api:update
|
||||||
- run: npm run readme:update
|
- run: npm run readme:update
|
||||||
- run: npm run status:update
|
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
run: |
|
run: |
|
||||||
git add README.md
|
git add README.md
|
||||||
git commit --allow-empty -m "[Bot] Update 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
|
git status
|
||||||
- name: Push to origin
|
- name: Push to origin
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue