diff --git a/.github/workflows/RegEx text replacement 1.yml b/.github/workflows/RegEx text replacement 1.yml index c202276b7..81b62dfb9 100644 --- a/.github/workflows/RegEx text replacement 1.yml +++ b/.github/workflows/RegEx text replacement 1.yml @@ -16,3 +16,6 @@ jobs: regex: true - name: Push changes uses: stefanzweifel/git-auto-commit-action@v5 + with: + file_pattern: 'a.txt' + disable_globbing: true