Skip to content
New issue

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

[feature] Use group/endgroup #65

Open
Freed-Wu opened this issue Jul 9, 2023 · 1 comment
Open

[feature] Use group/endgroup #65

Freed-Wu opened this issue Jul 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Freed-Wu
Copy link

Freed-Wu commented Jul 9, 2023

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 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::
@jeffreytse jeffreytse self-assigned this Nov 24, 2023
@jeffreytse jeffreytse added the enhancement New feature or request label Nov 24, 2023
@jeffreytse
Copy link
Owner

Hi @Freed-Wu

Thanks for your helpful suggestion, I will follow up this feature ASAP.

Thanks & Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants