mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
Merge pull request #1 from dojineko/set-output
set output SHAREABLE_URL
This commit is contained in:
commit
62e99ad6b2
@ -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