mirror of
https://github.com/actions/toolkit.git
synced 2026-08-21 00:00:16 +02:00
autogenerate artifact documentation
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
[@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)
|
||||
Reference in New Issue
Block a user