We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines support group/endgroup. Why not change every echo "Starting XXX" to group/endgroup?
echo "Starting XXX"
echo "Starting jekyll build" JEKYLL_ENV=production bundle exec jekyll build \ ${JEKYLL_BASEURL} \ -c ${JEKYLL_CFG} \ -d ${WORKING_DIR}/build
echo "::group::Starting jekyll build" JEKYLL_ENV=production bundle exec jekyll build \ ${JEKYLL_BASEURL} \ -c ${JEKYLL_CFG} \ -d ${WORKING_DIR}/build echo ::endgroup::
The text was updated successfully, but these errors were encountered:
Hi @Freed-Wu
Thanks for your helpful suggestion, I will follow up this feature ASAP.
Thanks & Regards
Sorry, something went wrong.
jeffreytse
No branches or pull requests
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines support group/endgroup. Why not change every
echo "Starting XXX"
to group/endgroup?The text was updated successfully, but these errors were encountered: