action-cloudos-cli icon indicating copy to clipboard operation
action-cloudos-cli copied to clipboard

Return the job id as the result of the action

Open eBsowka opened this issue 3 years ago • 1 comments

Return the job id as the result of the action https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts

eBsowka avatar Sep 23 '22 12:09 eBsowka

one workaround would be saving the output to a file and then read the content via cat file.txt

egenc avatar Nov 11 '22 07:11 egenc