Fix GitHub Actions step summary generation issues#3061
Merged
DRSDavidSoft merged 40 commits intomasterfrom Apr 12, 2026
Merged
Conversation
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix generation of GitHub step summary
Fix GitHub Actions step summary generation issues
Dec 14, 2025
This comment was marked as resolved.
This comment was marked as resolved.
…es, and merge artifact sections Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
…ding Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
…formation Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
…s upload step Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/bf167f7e-397b-4635-a7d2-2c2680207e67 Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
…ary) Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/7c117654-3cc9-428c-846a-01931a2f9b5b Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
… to tab Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/48204621-5da0-4649-9715-ac9df45f1153 Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/7ac9b75c-de48-4c0b-98db-108cc3423c0e Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
|
@daxgames Thank you indeed for all your fixes to the PR, and sorry I took some time to finish it up. Ready! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
---(removed separator before artifacts)3061/merge) to point to PR page instead of invalid tree URLKey Features
Direct Artifact Downloads
Implemented intelligent artifact URL fetching using GitHub CLI API:
https://github.com/owner/repo/actions/runs/{run_id}/artifacts/{artifact_id}) instead of API endpoints that require authenticationDynamic Artifact Discovery
Enhanced Summaries Across All Workflows
copilot/fix-github-step-summary) instead of merge ref (e.g.,3061/merge)Repository Information Display
Test Duration Tracking
Vendor Package Display
/releases/download/and/archive/URL formats)v1.2.3) or suffixesFile Type Support
Code Organization
scripts/utils.ps1for reusability:Format-FileSize: Formats file sizes with human-readable binary unitsGet-ArtifactDownloadUrl: Fetches artifact download URLs with retry logic$summary)Manual Workflow Trigger
workflow_dispatchevent to build workflowAll workflows now use PowerShell here-strings (
@"..."@) instead ofechocommands to eliminate Unicode escape sequence errors and ensure proper variable expansion.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.