Skip to content

Commit

Permalink
Update README.md (#813)
Browse files Browse the repository at this point in the history
escape filename regex pattern
  • Loading branch information
kevinpapst committed Jan 2, 2024
1 parent ce7341e commit aba1adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Syntax:
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: .*.example
pattern: .*\.example
trustedAuthors: xalvarez
```

Expand Down

0 comments on commit aba1adb

Please sign in to comment.