Skip to content

Conversation

@baogorek
Copy link
Collaborator

@baogorek baogorek commented Jan 9, 2026

Summary

  • Remove PR-specific context variables from versioning workflow checkout step
  • These variables (github.event.pull_request.head.*) are undefined for push events, causing checkout failures

Fixes #468

Test plan

  • Verify PR CI passes
  • After merge, verify versioning workflow runs successfully on the push to main

🤖 Generated with Claude Code

Remove PR-specific context variables (github.event.pull_request.head.repo.full_name
and github.event.pull_request.head.ref) from the checkout step. These are undefined
for push events, causing checkout to fail.

Fixes #468

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@baogorek baogorek requested a review from MaxGhenis January 9, 2026 19:53
@MaxGhenis MaxGhenis merged commit 424593e into main Jan 10, 2026
7 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.

Fix versioning workflow checkout for push events

3 participants