| 165 | } |
| 166 | |
| 167 | type ActionsFeatures struct { |
| 168 | // DispatchRunDetails indicates whether the API supports the `return_run_details` |
| 169 | // field in workflow dispatches that, when set to true, will return the details |
| 170 | // of the created workflow run in the response (with status code 200). |
| 171 | // |
| 172 | // On older API versions (e.g. GHES 3.20 or earlier), this new field is not |
| 173 | // supported and setting it will cause an error. |
| 174 | DispatchRunDetails bool |
| 175 | } |
| 176 | |
| 177 | type detector struct { |
| 178 | host string |
nothing calls this directly
no outgoing calls
no test coverage detected