Skip to content

docs: fix sdk sync workflow YAML syntax#165

Merged
matthewlouisbrockman merged 1 commit intomainfrom
fix/sdk-reference-sync-app-token
Mar 17, 2026
Merged

docs: fix sdk sync workflow YAML syntax#165
matthewlouisbrockman merged 1 commit intomainfrom
fix/sdk-reference-sync-app-token

Conversation

@ben-fornefeld
Copy link
Copy Markdown
Member

@ben-fornefeld ben-fornefeld commented Mar 17, 2026

Summary

  • fix invalid YAML in sdk-reference-sync workflow
  • quote the create-pull-request commit-message and title values
  • keep the GitHub App token PR creation flow intact

Testing

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/sdk-reference-sync.yml")'

Note

Low Risk
Low risk workflow-only change that just quotes commit-message and title values to avoid YAML parsing issues; no runtime logic or generated docs behavior changes.

Overview
Fixes invalid YAML in .github/workflows/sdk-reference-sync.yml by quoting the peter-evans/create-pull-request commit-message and title strings that include ${{ ... }} expressions.

This keeps the existing GitHub App token-based PR creation flow unchanged while preventing workflow parsing failures.

Written by Cursor Bugbot for commit 4775a45. This will update automatically on new commits. Configure here.

Copy link
Copy Markdown
Contributor

@matthewlouisbrockman matthewlouisbrockman left a comment

Choose a reason for hiding this comment

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

quoting oops

@matthewlouisbrockman matthewlouisbrockman merged commit 5120132 into main Mar 17, 2026
8 checks passed
@matthewlouisbrockman matthewlouisbrockman deleted the fix/sdk-reference-sync-app-token branch March 17, 2026 20:51
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