Skip to content

Fix RWX values not available in language-server-update workflow#365

Merged
dan-manges merged 1 commit intomainfrom
fix-language-server-update-values
Feb 19, 2026
Merged

Fix RWX values not available in language-server-update workflow#365
dan-manges merged 1 commit intomainfrom
fix-language-server-update-values

Conversation

@dan-manges
Copy link
Member

Summary

  • Move writing of current-ref and new-ref values before the early exit check in the update-ref task
  • Fixes error: "current-ref does not exist in the tasks.update-ref.values context"

Test plan

  • Verify rwx lint .rwx/language-server-update.yml passes
  • Run the workflow when language-server-ref is already up to date (should exit gracefully)
  • Run the workflow when language-server-ref needs updating (should create PR with compare URL)

🤖 Generated with Claude Code

Move the writing of current-ref and new-ref values before the early exit
check so they are always available to downstream tasks. Previously, when
the refs were the same, the script exited early without writing these
values, causing the create-pull-request task to fail with "current-ref
does not exist in the tasks.update-ref.values context".

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dan-manges dan-manges merged commit f15a528 into main Feb 19, 2026
1 check passed
@dan-manges dan-manges deleted the fix-language-server-update-values branch February 19, 2026 16:09
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