mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 22:03:36 +01:00
GitHub YAML's RegEx matching is ungodly broken
Why do I even bother?
This commit is contained in:
@@ -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-zA-Z])$2([a-zA-Z0-9|/-])"
|
||||
replace: "$1$2{2}$3"
|
||||
regex: true
|
||||
- name: Push changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
||||
Reference in New Issue
Block a user