(err: any)
| 108 | |
| 109 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 110 | function handleError(err: any): void { |
| 111 | console.error(err) |
| 112 | core.setFailed(`Unhandled error: ${err}`) |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * Gets the user agent string with orchestration ID appended if available |
nothing calls this directly
no outgoing calls
no test coverage detected