mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Export the DownloadOptions/UploadOptions like before
This commit is contained in:
Vendored
+2
@@ -13,6 +13,8 @@ import {
|
||||
GetCacheEntryDownloadURLRequest
|
||||
} from './generated/results/api/v1/cache.js'
|
||||
import {HttpClientError} from '@actions/http-client'
|
||||
|
||||
export type {DownloadOptions, UploadOptions}
|
||||
export class ValidationError extends Error {
|
||||
constructor(message: string) {
|
||||
super(message)
|
||||
|
||||
Reference in New Issue
Block a user