Skip to content

Commit 21a5447

Browse files
authored
Sometimes, two heads are NOT as good as one. (#170)
1 parent b669a07 commit 21a5447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ class NixInstallerAction extends DetSysAction {
997997
if (!canLogin) {
998998
const pr = github.context.payload.pull_request;
999999
const base = pr?.base?.repo?.full_name;
1000-
const head = pr?.head?.head?.full_name;
1000+
const head = pr?.head?.repo?.full_name;
10011001

10021002
if (pr && base !== head) {
10031003
actionsCore.info(

0 commit comments

Comments
 (0)