Update RegEx text replacement 1.yml

This commit is contained in:
Imre Eilertsen
2024-06-12 17:03:54 +02:00
committed by GitHub
parent 4c07b7ec41
commit 315e54e00b
@@ -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