Skip to content

fix(ci): checkout full PR ref - #38

Open
subeax wants to merge 1 commit into
vpn-kill-switch:developfrom
subeax:fix/pr-checkout-ref
Open

fix(ci): checkout full PR ref#38
subeax wants to merge 1 commit into
vpn-kill-switch:developfrom
subeax:fix/pr-checkout-ref

Conversation

@subeax

@subeax subeax commented Jul 30, 2026

Copy link
Copy Markdown

Summary

Pass the full github.ref to the reusable test workflow instead of github.ref_name.

For pull requests, github.ref_name is <number>/merge. Checkout interprets that value as refs/heads/<number>/merge, which does not exist. The full ref preserves GitHub's actual refs/pull/<number>/merge path.

Testing

Refs #37

  • Have you tested the code?
  • Have you checked that the existing tests are passing?
  • The destination branch is develop

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.

1 participant