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.
2 parents fb3f783 + f44cdaf commit f5e75c8Copy full SHA for f5e75c8
.github/actions/PressMintValidate/action.yml
@@ -29,7 +29,7 @@ runs:
29
make validate-TEI-${{inputs.press}} 2>&1 \
30
| sed "s/^\(.*\)\(\berror\b\)/::error::\1\2/i;s/^\(.*\)\(\bwarn\)/::warning::\1\2/i;" \
31
| tee PressMint-${{inputs.press}}.$TYPE.log
32
- grep -iq error PressMint-${{inputs.press}}.log \
+ grep -iq error PressMint-${{inputs.press}}.$TYPE.log \
33
&& echo "::error:: PressMint-$parla.$TYPE validation FAILED" \
34
&& STATUS=1 \
35
|| echo "::notice:: ParlaMint-${{inputs.press}}.$TYPE validation PASSED"
0 commit comments