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 checkout target for pull request workflows (#212)
when using `pull_request_target:` the default ref is main so all checks
are run from the main branch rather than the PR. This re-targets all
checkouts to a generated `merge_commit` which matches the behavior of
`pull_request:`. ([ref](actions/checkout#518))
0 commit comments