From 413fe790851e8af830f700d58d0087e56f69ecf1 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 6 Sep 2021 00:54:12 +0300 Subject: [PATCH 1/2] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 02c34fa307..bd24eab3a8 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -2,7 +2,7 @@ name: auto-update on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '0 0,12 * * *' jobs: create-branch: runs-on: ubuntu-latest From 09937be924044e4363ea3cce677564876c130f16 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 6 Sep 2021 01:09:34 +0300 Subject: [PATCH 2/2] Update m3u-linter.json --- m3u-linter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m3u-linter.json b/m3u-linter.json index 5f0414a124..1c0f530a39 100644 --- a/m3u-linter.json +++ b/m3u-linter.json @@ -5,7 +5,7 @@ "require-header": true, "attribute-quotes": true, "require-info": true, - "no-trailing-spaces": true, + "no-trailing-spaces": false, "no-whitespace-before-title": true, "no-multi-spaces": true, "no-extra-comma": true,