From 19a0863b332f9d28c472b4e5af4e2f4e1bb30edd Mon Sep 17 00:00:00 2001 From: pavlov346346-source Date: Tue, 8 Sep 2026 06:50:46 +0300 Subject: [PATCH] Fix v17.6.6 patch marker --- .github/workflows/apply-v1766-offers.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/apply-v1766-offers.yml b/.github/workflows/apply-v1766-offers.yml index 570d64c..9711067 100644 --- a/.github/workflows/apply-v1766-offers.yml +++ b/.github/workflows/apply-v1766-offers.yml @@ -19,7 +19,9 @@ jobs: with: node-version: 22 - name: Apply patch - run: node .github/scripts/patch-v1766-offers2.mjs + run: | + sed -i 's/const decoEnd=" let maintainTimer=0;";/const decoEnd=" let autoTimer=0,maintainTimer=0;";/' .github/scripts/patch-v1766-offers2.mjs + node .github/scripts/patch-v1766-offers2.mjs - name: Commit changes run: | git config user.name "github-actions[bot]"