We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29f91b commit 3f64539Copy full SHA for 3f64539
1 file changed
src/nextcloud/NextcloudArtifact.ts
@@ -96,6 +96,7 @@ export class NextcloudArtifact {
96
},
97
...github.context.repo
98
})
99
+ core.setOutput('shareableUrl', shareableUrl)
100
core.info(`Check run create response: ${resp.status}`)
101
core.info(`Check run URL: ${resp.data.url}`)
102
core.info(`Check run HTML: ${resp.data.html_url}`)
0 commit comments