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
env.GIT_BRANCH=process.env.GITHUB_HEAD_REF||env.GIT_BRANCH;// Report correct branch for PRs (See https://github.com/paambaati/codeclimate-action/issues/86)
40
50
env.GIT_COMMIT_SHA=context.payload.pull_request?.['head']?.['sha'];// Report correct SHA for the head branch (See https://github.com/paambaati/codeclimate-action/issues/140)
0 commit comments