mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 11:19:04 +08:00
Fix tsc error
This commit is contained in:
parent
bd41eaf093
commit
22298b02f4
@ -1,5 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
DownloadSingleArtifactOptions,
|
DownloadArtifactOptions,
|
||||||
DownloadArtifactResponse
|
DownloadArtifactResponse
|
||||||
} from '../shared/interfaces'
|
} from '../shared/interfaces'
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ export async function downloadArtifact(
|
|||||||
repositoryOwner: string,
|
repositoryOwner: string,
|
||||||
repositoryName: string,
|
repositoryName: string,
|
||||||
token: string,
|
token: string,
|
||||||
options?: DownloadSingleArtifactOptions
|
options?: DownloadArtifactOptions
|
||||||
): Promise<DownloadArtifactResponse> {
|
): Promise<DownloadArtifactResponse> {
|
||||||
throw new Error('Not implemented')
|
throw new Error('Not implemented')
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user