We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9eeef commit 9cdcfdfCopy full SHA for 9cdcfdf
dist/index.js
@@ -35154,6 +35154,9 @@ async function run() {
35154
else {
35155
url = payload.target_url;
35156
}
35157
+ // Set root domain
35158
+ var domain = core.getInput('domain')
35159
+ url = `https://${domain}/output/${url.split('/output/')[1]}`
35160
core.debug(`Linking to: ${url}`)
35161
core.debug((new Date()).toTimeString())
35162
core.setOutput("url", url)
0 commit comments