Skip to content

Commit 341cfda

Browse files
committed
Add url as output for the debos build
Signed-off-by: Matt Hart <[email protected]>
1 parent 5fab4a8 commit 341cfda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/debos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,5 @@ jobs:
120120
# instruct fileserver to publish this directory
121121
url="${FILESERVER_URL}/${BUILD_ID}/"
122122
curl -X POST -H 'Accept: text/event-stream' "${url}"
123+
echo "url=\"${url}\"" >> $GITHUB_OUTPUT
123124

0 commit comments

Comments
 (0)