Fix v17.6.6 patch marker

This commit is contained in:
pavlov346346-source 2026-09-08 06:50:46 +03:00
parent f9776234ba
commit 19a0863b33

View File

@ -19,7 +19,9 @@ jobs:
with: with:
node-version: 22 node-version: 22
- name: Apply patch - 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 - name: Commit changes
run: | run: |
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"