mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-03 17:53:09 +00:00
github.head_ref is empty for fork PRs, causing checkout to fail. Use github.event.pull_request.head.sha as primary ref with github.head_ref as fallback for branch pushes.