Skip to content

Provide URL to Specific Job Step #26563

Answered by mickeygousset
pa3ng asked this question in Actions
Discussion options

You must be logged in to vote

So I have a “way” you can do this, but it is a little hacky.

You can actually get the link to a specific step, when looking at the build log in the UI, by clicking on the line number of that step. For example:

github.com

Build software better, together

ygoussetorg/actions-demos/runs/2411911374

GitHub is where people build software. More than 65 million people use GitHub to discover, fork, and contribute to over 200 million projects.

will take you to a run of my workflow, open the second step, and place focus on the first line. The “2” in the URL indicates that you want to go to the second step of the workflow. The “1” indicates go to the first line of output for that step.

So, if you…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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
2 participants