Update _update.yml

This commit is contained in:
Aleksandr Statciuk 2023-01-09 10:49:50 +03:00
parent 8a312b7236
commit bf17ec6b8e

View file

@ -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 }}