mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 21:30:19 +01:00
Update RegEx text replacement 1.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user