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