Files
codeql-action/node_modules/@actions/artifact/lib/internal/download-options.d.ts
2021-06-02 10:32:48 +01:00

8 lines
249 B
TypeScript

export interface DownloadOptions {
/**
* Specifies if a folder is created for the artifact that is downloaded (contents downloaded into this folder),
* defaults to false if not specified
* */
createArtifactFolder?: boolean;
}