Update auto-update.yml

This commit is contained in:
freearhey 2021-05-07 03:30:08 +03:00
parent 60d3f12ca5
commit 42ecd0c3bd
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ jobs:
continue-on-error: true continue-on-error: true
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1
matrix: matrix:
country: country:
[ [
@ -193,7 +194,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm install run: npm install
- name: Format Playlists - name: Format Playlists
run: node scripts/format.js --country=${{ matrix.country }} run: node scripts/format.js --country=${{ matrix.country }} --resolution
- name: Commit Changes - name: Commit Changes
run: | run: |
git config user.name github-actions git config user.name github-actions