mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 18:40:23 +01:00
I give up on that.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user