Fix v17.6.6 patch marker
This commit is contained in:
parent
f9776234ba
commit
19a0863b33
4
.github/workflows/apply-v1766-offers.yml
vendored
4
.github/workflows/apply-v1766-offers.yml
vendored
@ -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]"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user