Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 806 Bytes

File metadata and controls

30 lines (18 loc) · 806 Bytes

@actions/artifact / FindOptions

Interface: FindOptions

Table of contents

Properties

Properties

findBy

Optional findBy: Object

The criteria for finding Artifact(s) out of the scope of the current run.

Type declaration

Name Type Description
repositoryName string Repository owner (eg. 'toolkit')
repositoryOwner string Repository owner (eg. 'actions')
token string Token with actions:read permissions
workflowRunId number WorkflowRun of the artifact(s) to lookup

Defined in

src/internal/shared/interfaces.ts:131