Skip to content

Commit 9cdcfdf

Browse files
[autofix.ci] apply automated fixes
1 parent 1c9eeef commit 9cdcfdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35154,6 +35154,9 @@ async function run() {
3515435154
else {
3515535155
url = payload.target_url;
3515635156
}
35157+
// Set root domain
35158+
var domain = core.getInput('domain')
35159+
url = `https://${domain}/output/${url.split('/output/')[1]}`
3515735160
core.debug(`Linking to: ${url}`)
3515835161
core.debug((new Date()).toTimeString())
3515935162
core.setOutput("url", url)

0 commit comments

Comments
 (0)