diff --git a/.github/workflows/RegEx text replacement 1.yml b/.github/workflows/RegEx text replacement 1.yml index 443bccd45..3e27730ea 100644 --- a/.github/workflows/RegEx text replacement 1.yml +++ b/.github/workflows/RegEx text replacement 1.yml @@ -12,8 +12,6 @@ jobs: with: find: "((/.*([a-rt-zA-RT-Z0-9]))$3([^?].*/i)" replace: "$1{2}$4" + include: "a.txt AntiAbusePorn.txt AntiStevenUniverseList.txt" - name: Push changes uses: stefanzweifel/git-auto-commit-action@v5 - with: - file_pattern: 'a.txt AntiAbusePorn.txt AntiStevenUniverseList.txt' - disable_globbing: true