Skip to content

Commit 8309ea6

Browse files
fixed name
1 parent 36c9411 commit 8309ea6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

getPlaybookCheckout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ async function getPlaybookCheckout() {
1717
}
1818
core.info(`ref: ${head.ref}`);
1919
core.setOutput('ref', head.ref);
20-
core.info(`name : ${head.ref}`);
21-
core.setOutput('name', head.ref);
20+
core.info(`name : ${head.user.login}`);
21+
core.setOutput('name', head.user.login);
2222
}
2323

2424
getPlaybookCheckout().catch(err => {

0 commit comments

Comments
 (0)