mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
set output SHAREABLE_URL
This commit is contained in:
parent
e1264cbb56
commit
5825f9614a
@ -83,6 +83,7 @@ export class NextcloudArtifact {
|
||||
|
||||
try {
|
||||
const shareableUrl = await client.uploadFiles(files.filesToUpload)
|
||||
core.setOutput('SHAREABLE_URL', shareableUrl)
|
||||
core.info(`Nextcloud shareable URL: ${shareableUrl}`)
|
||||
const resp = await this.octokit.rest.checks.update({
|
||||
check_run_id: createResp.data.id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user