Skip to content

Commit f2fb843

Browse files
committed
Try this
1 parent a0ca04d commit f2fb843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ jobs:
188188
shell: cmd
189189
run: |
190190
findstr /S /N /C:"Tokens::$" *.php
191-
IF %ERRORLEVEL% EQU 1 Exit 0 || Exit 1
191+
IF %ERRORLEVEL% NEQ 1 (Echo Please use the Tokens constants instead of the properties &Exit /b 1)

0 commit comments

Comments
 (0)