From d9ff116cd962547727af1b1808b8d0abf208f4f3 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 12 Jun 2024 17:24:10 +0200 Subject: [PATCH] I give up on that. --- .github/workflows/RegEx text replacement 1.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/RegEx text replacement 1.yml diff --git a/.github/workflows/RegEx text replacement 1.yml b/.github/workflows/RegEx text replacement 1.yml deleted file mode 100644 index 840ecf138..000000000 --- a/.github/workflows/RegEx text replacement 1.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: RegEx text replacement -on: [push, pull_request, discussion_comment, issue_comment, fork] -jobs: - build: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@v4 - - name: Find and Replace - uses: jacobtomlinson/gha-find-replace@v3 - with: - 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