addnab / docker-run-action

MIT License
209 stars 93 forks source link

Using $GITHUB_OUTPUT #41

Open bhoudebert opened 1 year ago

bhoudebert commented 1 year ago

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?

3v1n0 commented 7 months ago

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.