Skip to content

Commit

Permalink
use sha instead of ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Dann committed Apr 13, 2021
1 parent 3f13d12 commit aaa1285
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/getRunContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function getRunContext(): RunContext {
} = pullRequestPayload
return {
baseRef: baseSha,
headRef: context.ref,
headRef: context.sha,
pullRequestNumber,
repo
}
Expand Down

0 comments on commit aaa1285

Please # to comment.