From fa8edcfbdb4dc9777027e5587aac00692304b6c2 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 12 Jun 2024 17:02:13 +0200 Subject: [PATCH] Update RegEx text replacement 1.yml --- .github/workflows/RegEx text replacement 1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RegEx text replacement 1.yml b/.github/workflows/RegEx text replacement 1.yml index d0ab49ca7..fd6a931ab 100644 --- a/.github/workflows/RegEx text replacement 1.yml +++ b/.github/workflows/RegEx text replacement 1.yml @@ -10,7 +10,7 @@ jobs: - name: Find and Replace uses: jacobtomlinson/gha-find-replace@v3 with: - find: "((/.*([a-rt-zA-RT-Z0-9]))$3([^?].*/i))" + find: "(/(/.*([a-rt-zA-RT-Z0-9]))$3([^?].*/i))" replace: "$1{2}$4" regex: true - name: Push changes