mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-19 08:41:05 +08:00
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
[@actions/artifact](../README.md) / FindBy
|
|
|
|
# Interface: FindBy
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [repositoryName](FindBy.md#repositoryname)
|
|
- [repositoryOwner](FindBy.md#repositoryowner)
|
|
- [token](FindBy.md#token)
|
|
- [workflowRunId](FindBy.md#workflowrunid)
|
|
|
|
## Properties
|
|
|
|
### repositoryName
|
|
|
|
• **repositoryName**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[src/internal/shared/interfaces.ts:140](https://github.com/actions/toolkit/blob/207747e/packages/artifact/src/internal/shared/interfaces.ts#L140)
|
|
|
|
___
|
|
|
|
### repositoryOwner
|
|
|
|
• **repositoryOwner**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[src/internal/shared/interfaces.ts:138](https://github.com/actions/toolkit/blob/207747e/packages/artifact/src/internal/shared/interfaces.ts#L138)
|
|
|
|
___
|
|
|
|
### token
|
|
|
|
• **token**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[src/internal/shared/interfaces.ts:134](https://github.com/actions/toolkit/blob/207747e/packages/artifact/src/internal/shared/interfaces.ts#L134)
|
|
|
|
___
|
|
|
|
### workflowRunId
|
|
|
|
• **workflowRunId**: `number`
|
|
|
|
#### Defined in
|
|
|
|
[src/internal/shared/interfaces.ts:136](https://github.com/actions/toolkit/blob/207747e/packages/artifact/src/internal/shared/interfaces.ts#L136)
|