hub icon indicating copy to clipboard operation
hub copied to clipboard

Add support to stream output from Github Actions

Open tmc opened this issue 4 years ago • 1 comments

The problem I'm trying to solve: Add support to stream output from Github Actions

How I imagine hub could expose this functionality: hub actions logs -f <RUN_ID>

tmc avatar Apr 08 '20 23:04 tmc

For curious people, here is an example of what it may look like if the log stream API would be easily available: https://github.com/moul/git-ci/

I managed to make this PoC by using a browser cookie (which is difficult to document and bad in term of security)

moul avatar Oct 07 '20 23:10 moul