diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index e603a9aa3d..448de009ef 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -18,7 +18,7 @@ jobs: run: npm install - name: Format Playlists - run: npm run format --epg + run: npm run format - name: Create Pull Request uses: peter-evans/create-pull-request@v1.5.1