We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c538115 commit f2f481bCopy full SHA for f2f481b
1 file changed
.github/workflows/validate.yml
@@ -186,6 +186,6 @@ jobs:
186
uses: jacobtomlinson/gha-find-replace@v3
187
with:
188
include: "**/*.php"
189
- find: "\\bTokens::\\$"
190
- replace: ""
+ find: '\bTokens::\$'
+ replace: ''
191
regex: true
0 commit comments