I give up on that.

This commit is contained in:
Imre Eilertsen
2024-06-12 17:24:10 +02:00
committed by GitHub
parent b5b2dad8c7
commit d9ff116cd9
@@ -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