Skip to content

Commit 8716a91

Browse files
committed
Add output to live deploy
1 parent a9f4f5a commit 8716a91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ async function run() {
115115
summary: `[${hostname}](${url})`,
116116
},
117117
});
118+
119+
setOutput("urls", [url]);
120+
setOutput("expire_time", undefined);
121+
setOutput("details_url", url);
122+
118123
return;
119124
}
120125

0 commit comments

Comments
 (0)