Skip to content

Commit f5e75c8

Browse files
authored
Merge branch 'devel' into data
2 parents fb3f783 + f44cdaf commit f5e75c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/PressMintValidate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
make validate-TEI-${{inputs.press}} 2>&1 \
3030
| sed "s/^\(.*\)\(\berror\b\)/::error::\1\2/i;s/^\(.*\)\(\bwarn\)/::warning::\1\2/i;" \
3131
| tee PressMint-${{inputs.press}}.$TYPE.log
32-
grep -iq error PressMint-${{inputs.press}}.log \
32+
grep -iq error PressMint-${{inputs.press}}.$TYPE.log \
3333
&& echo "::error:: PressMint-$parla.$TYPE validation FAILED" \
3434
&& STATUS=1 \
3535
|| echo "::notice:: ParlaMint-${{inputs.press}}.$TYPE validation PASSED"

0 commit comments

Comments
 (0)