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
This would probably be equivalent, but I've never written a GitHub Action so I took the safe route here.
`const commitId = isPullRequest ? payload.pull_request.head.sha : github.sha;`
Fixes#7
0 commit comments