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
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user