We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b09a0 commit 1c16fd1Copy full SHA for 1c16fd1
pkg/runner/run_context.go
@@ -64,7 +64,7 @@ func (rc *RunContext) String() string {
64
if rc.caller != nil {
65
// prefix the reusable workflow with the caller job
66
// this is required to create unique container names
67
- name = fmt.Sprintf("%s/%s", rc.caller.runContext.Run.JobID, name)
+ name = fmt.Sprintf("%s/%s", rc.caller.runContext.Name, name)
68
}
69
return name
70
0 commit comments