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 1fd8245 commit d569ce8Copy full SHA for d569ce8
.github/actions/configure-gentoo/action.yml
@@ -77,7 +77,8 @@ runs:
77
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
78
--enable-werror \
79
${{ inputs.configurationParameters }} \
80
- || (echo "::group::config.log"
+ || (echo
81
+ echo "::group::Show config.log"
82
cat config.log
83
echo "::endgroup::"
84
exit 1)
0 commit comments