Skip to content

Commit e69e455

Browse files
committed
Fix missing 'refs/heads/' after RTFM GitHub api docs
1 parent 85b1a29 commit e69e455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const main = async () => {
4747
force: false,
4848
...context.repo,
4949
...context.owner,
50-
ref: pullRequest.data.base.ref,
50+
ref: 'refs/heads/' + pullRequest.data.base.ref,
5151
sha: pullRequest.data.head.sha,
5252
});
5353
} else {

0 commit comments

Comments
 (0)