Update auto-update.yml

pull/2734/head
freearhey 4 years ago
parent 60d3f12ca5
commit 42ecd0c3bd

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

Loading…
Cancel
Save