From 2abcebe09aafe422aeb7106a1430d69feffae399 Mon Sep 17 00:00:00 2001 From: pavlov346346-source Date: Tue, 8 Sep 2026 06:51:40 +0300 Subject: [PATCH] Remove one-time v17.6.6 patch workflow --- .github/workflows/apply-v1766-offers.yml | 31 ------------------------ 1 file changed, 31 deletions(-) delete mode 100644 .github/workflows/apply-v1766-offers.yml diff --git a/.github/workflows/apply-v1766-offers.yml b/.github/workflows/apply-v1766-offers.yml deleted file mode 100644 index 9711067..0000000 --- a/.github/workflows/apply-v1766-offers.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Apply Caterium v17.6.6 offer templates - -on: - push: - branches: - - feature/v17.6.6-offer-templates - paths: - - .github/workflows/apply-v1766-offers.yml - -permissions: - contents: write - -jobs: - patch: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - - name: Apply patch - 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]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add public package.json package-lock.json tests docs - git commit -m "Caterium v17.6.6 proposal templates and menu icon" || exit 0 - git push