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
Use HEAD instead of GITHUB_SHA to diff master and PR
- Using "${GITHUB_SHA}" to point to the pull request commit does not work when
the pull request comes from a fork. The incorrect SHA leads to the diff being
incorrect, which leads to validation errors. Using HEAD eliminates these
problems, diffing the correct states.
0 commit comments