(forgeType EndpointType)
| 221 | } |
| 222 | |
| 223 | func (w WorkflowJob) GetOrgName(forgeType EndpointType) string { |
| 224 | if forgeType == GiteaEndpointType { |
| 225 | return w.Organization.Name |
| 226 | } |
| 227 | return w.Organization.Login |
| 228 | } |
| 229 | |
| 230 | type RunnerSetting struct { |
| 231 | Ephemeral bool `json:"ephemeral,omitempty"` |
no outgoing calls
no test coverage detected