Update RegEx text replacement 1.yml

This commit is contained in:
Imre Eilertsen
2024-06-12 16:46:55 +02:00
committed by GitHub
parent 03ec401a43
commit 8fdbfea2c3
@@ -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