Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-10-18 08:09:13 +03:00
parent 193b292df4
commit 66b3d2759a

View file

@ -126,7 +126,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Update README.md - name: Update README.md
run: node scripts/update-readme.js run: npx ts-node scripts/update-readme.ts
- name: Commit Changes - name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with: