diff --git a/.github/workflows/RegEx text replacement 1.yml b/.github/workflows/RegEx text replacement 1.yml index a4a299515..0740d7d83 100644 --- a/.github/workflows/RegEx text replacement 1.yml +++ b/.github/workflows/RegEx text replacement 1.yml @@ -10,8 +10,8 @@ jobs: - name: Find and Replace uses: jacobtomlinson/gha-find-replace@v3 with: - find: "(\(/.*([a-rt-zA-RT-Z0-9]))$2([^?].*/i\))" - replace: "$1{2}$3" + find: "((/.*([a-rt-zA-RT-Z0-9]))$3([^?].*/i))" + replace: "$1{2}$4" include: "a.txt" regex: true - name: Push changes