docker-run-action icon indicating copy to clipboard operation
docker-run-action copied to clipboard

Using $GITHUB_OUTPUT

Open bhoudebert opened this issue 2 years ago • 1 comments

It seems I cannot use the new way of setting the output using the echo... >> $GITHUB_OUTPUT

Is it something not, yet, supported or an issue elsewhere?

bhoudebert avatar Jan 07 '23 17:01 bhoudebert

I feel the way would be pass -e GITHUB_OUTPUT that points to a temporary file that is shared with the host, and then copy that file to the actual host $GITHUB_OUTPUT.

3v1n0 avatar Feb 25 '24 18:02 3v1n0