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
Based on GitHubs docs, I think `GITHUB_SHA` will be the last commit from
the target ref that is included in the PR's base ref. That should be the
right compare point rather than `GITHUB_REF`, which would be the target
branch's head ref.
https://docs.github.com/en/actions/using-workflows/events-that-trigger-w
orkflows#pull_request_target
0 commit comments