You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add repository parameter to checkout steps for fork PR compatibility
When using pull_request_target trigger, the checkout step needs to
explicitly specify the repository to check out from the fork repo.
Otherwise, PRs from forks fail at checkout because the head SHA
doesn't exist in the base repository.
Also upgrade actions/checkout from v5 to v7.
0 commit comments