Skip to content

On branch edburns/dd-2794379-cosmetic-post-public-fixes Allow backticks in "summary" by passing it through env var.#18

Merged
edburns merged 1 commit intogithub:mainfrom
edburns:edburns/dd-2794379-cosmetic-post-public-fixes
Mar 24, 2026
Merged

On branch edburns/dd-2794379-cosmetic-post-public-fixes Allow backticks in "summary" by passing it through env var.#18
edburns merged 1 commit intogithub:mainfrom
edburns:edburns/dd-2794379-cosmetic-post-public-fixes

Conversation

@edburns
Copy link
Collaborator

@edburns edburns commented Mar 24, 2026

modified: .github/workflows/weekly-upstream-sync.yml

…ks in "summary" by passing it through env var.

modified:   .github/workflows/weekly-upstream-sync.yml

Signed-off-by: Ed Burns <edburns@microsoft.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the weekly upstream sync GitHub Actions workflow to safely include commit summaries containing backticks (and other shell-interpreted characters) by passing the summary through an environment variable instead of inlining it directly into the run script.

Changes:

  • Expose steps.check.outputs.summary via env: SUMMARY in the relevant steps.
  • Use $SUMMARY in the step summary output instead of ${{ ... }} inline interpolation.

@edburns edburns merged commit cbf4362 into github:main Mar 24, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants