-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use $GITHUB_STEP_SUMMARY
from various actions
#12
Comments
mhoffrog
added a commit
to mhoffrog/jenkins-infra.github-reusable-workflows
that referenced
this issue
Sep 19, 2024
mhoffrog
added a commit
to mhoffrog/jenkins-infra.github-reusable-workflows
that referenced
this issue
Sep 19, 2024
mhoffrog
added a commit
to mhoffrog/jenkins-infra.github-reusable-workflows
that referenced
this issue
Sep 19, 2024
mhoffrog
added a commit
to mhoffrog/jenkins-infra.github-reusable-workflows
that referenced
this issue
Sep 19, 2024
mhoffrog
added a commit
to mhoffrog/jenkins-infra.github-reusable-workflows
that referenced
this issue
Sep 19, 2024
mhoffrog
added a commit
to mhoffrog/jenkins-infra.github-reusable-workflows
that referenced
this issue
Sep 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ may be helpful for the actions collected in the CD workflow, rather than just echoing a cryptic message to the log. Currently it is very hard to figure out from
what is going on; since we cannot limit
check_run
triggers we get dozens of promptly aborted runs and the single one which you expected to deploy but which did not is hard to find in the noise. Clicking on one run does not help much either:until you dig down into the logs:
The text was updated successfully, but these errors were encountered: