Skip to content

ci: fix unsupported ?? operator in workflow expression - #1021

Merged
MattIPv4 merged 1 commit into
mainfrom
fix/github-actions-nullish-coalescing
Sep 9, 2026
Merged

ci: fix unsupported ?? operator in workflow expression#1021
MattIPv4 merged 1 commit into
mainfrom
fix/github-actions-nullish-coalescing

Conversation

@ovflowd

@ovflowd ovflowd commented Sep 9, 2026

Copy link
Copy Markdown
Member

GitHub Actions expression syntax doesn't support ?? (nullish coalescing). Replace with || to restore the update-links workflow.

Fixes #1020

GitHub Actions expression syntax does not support the nullish coalescing
operator (??). Replace `inputs.version ?? ""` with `inputs.version || ''`
to restore the update-links workflow. Also switch the YAML scalar to
double-quoted so the inner single-quoted empty string is valid YAML.

Fixes #1020

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LXvbysVPDnes541gBuD1ia
@ovflowd
ovflowd requested a review from a team as a code owner September 9, 2026 11:32
@MattIPv4
MattIPv4 merged commit 1e3569d into main Sep 9, 2026
8 checks passed
@MattIPv4
MattIPv4 deleted the fix/github-actions-nullish-coalescing branch September 9, 2026 11:43
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.

could not create workflow dispatch event

2 participants