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]"