From 25fe532db9bd401a4a27e4692be0e095860f3748 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 12 Jun 2024 17:18:04 +0200 Subject: [PATCH] Update RegEx text replacement 1.yml --- .github/workflows/RegEx text replacement 1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/RegEx text replacement 1.yml b/.github/workflows/RegEx text replacement 1.yml index 041039d88..2586bb830 100644 --- a/.github/workflows/RegEx text replacement 1.yml +++ b/.github/workflows/RegEx text replacement 1.yml @@ -12,5 +12,6 @@ jobs: with: find: "((/.*([a-rt-zA-RT-Z0-9]))$2([^?].*/i)" replace: "$1{2}$3" + regex: true - name: Push changes uses: stefanzweifel/git-auto-commit-action@v5