From c46eb271874cf79b22ea6fe478673ed92d4bc64e Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 12 Jun 2024 16:56:55 +0200 Subject: [PATCH] Update RegEx text replacement 1.yml --- .github/workflows/RegEx text replacement 1.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/RegEx text replacement 1.yml b/.github/workflows/RegEx text replacement 1.yml index 81b62dfb9..690cf3ba8 100644 --- a/.github/workflows/RegEx text replacement 1.yml +++ b/.github/workflows/RegEx text replacement 1.yml @@ -12,7 +12,6 @@ jobs: with: find: "((/.*([a-rt-zA-RT-Z0-9]))$3([^?].*/i))" replace: "$1{2}$4" - include: "**a.txt" regex: true - name: Push changes uses: stefanzweifel/git-auto-commit-action@v5