Skip to content

Commit a5f77b0

Browse files
committed
Next attempt
1 parent f2f481b commit a5f77b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ jobs:
186186
uses: jacobtomlinson/gha-find-replace@v3
187187
with:
188188
include: "**/*.php"
189-
find: '\bTokens::\$'
189+
find: 'Tokens::$'
190190
replace: ''
191-
regex: true
191+
regex: false

0 commit comments

Comments
 (0)