Skip to content

Any way to determine url to raw logs of github actions? #26474

Answered by weide-zhou
ivanixgames asked this question in Actions
Discussion options

You must be logged in to vote

Hi @ivanixgames ,

It’s possible to get the existing raw log url. The URL follows the below format:

https://github.com/{{github.repository}}/commit/{{checkrun.headsha}}/checks/${{checkrun.id}}/logs

${{checkrun.headsha}}: can be get from checkrun rest api:

Hope it helps.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@miriam-lam-wdc
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants