Update auto-update.yml

This commit is contained in:
freearhey 2021-05-07 03:32:56 +03:00
parent e047b24ce3
commit e70433dbc9

View File

@ -194,7 +194,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Format Playlists
run: node scripts/format.js --country=${{ matrix.country }} --resolution
run: node scripts/format.js --country=${{ matrix.country }}
- name: Commit Changes
run: |
git config user.name github-actions