runner icon indicating copy to clipboard operation
runner copied to clipboard

`Running job` message is short on details

Open jsoref opened this issue 2 years ago • 2 comments

https://github.com/actions/runner/blob/8b9a81c952a0c2a2a13a23b952c6a083c97f2a1b/src/Runner.Listener/JobDispatcher.cs#L370

I'm self-hosting a runner in an organization. The organization has a lot of repositories many of which have workflows with the same name.

I'd expect a log item to tell me which repository and preferably something about a job that would let me get back to the job, that could be a PR / commit reference, or a run number or something, picking a random thing, if I had this https://github.com/actions/runner/actions/runs/5896017791, I'd be happy.

Effectively, what I'm seeing is:

Running job: CodeQL-Build

But that's really not helpful, that happens a lot in a lot of places.

Note that this information can't be confidential because the runner has to be trusted and itself has this information.

jsoref avatar Aug 17 '23 21:08 jsoref

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.

github-actions[bot] avatar Aug 19 '24 00:08 github-actions[bot]

Sigh

jsoref avatar Aug 19 '24 02:08 jsoref