We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c9411 commit 8309ea6Copy full SHA for 8309ea6
1 file changed
getPlaybookCheckout.js
@@ -17,8 +17,8 @@ async function getPlaybookCheckout() {
17
}
18
core.info(`ref: ${head.ref}`);
19
core.setOutput('ref', head.ref);
20
- core.info(`name : ${head.ref}`);
21
- core.setOutput('name', head.ref);
+ core.info(`name : ${head.user.login}`);
+ core.setOutput('name', head.user.login);
22
23
24
getPlaybookCheckout().catch(err => {
0 commit comments