Skip to content

Commit

Permalink
docs(exec): re-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Oct 22, 2024
1 parent 389b9b0 commit 85565ef
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/reference/action-types/Build/exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,19 @@ The full log output from the executed command. (Pro-tip: Make it machine readabl
| -------- | ------- |
| `string` | `""` |

### `${actions.build.<name>.outputs.stdout}`

The stdout log output from the executed command. (Pro-tip: Make it machine readable so it can be parsed by dependants)

| Type | Default |
| -------- | ------- |
| `string` | `""` |

### `${actions.build.<name>.outputs.stderr}`

The stderr log output from the executed command. (Pro-tip: Make it machine readable so it can be parsed by dependants)

| Type | Default |
| -------- | ------- |
| `string` | `""` |

16 changes: 16 additions & 0 deletions docs/reference/action-types/Deploy/exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,19 @@ The full log output from the executed command. (Pro-tip: Make it machine readabl
| -------- | ------- |
| `string` | `""` |

### `${actions.deploy.<name>.outputs.stdout}`

The stdout log output from the executed command. (Pro-tip: Make it machine readable so it can be parsed by dependants)

| Type | Default |
| -------- | ------- |
| `string` | `""` |

### `${actions.deploy.<name>.outputs.stderr}`

The stderr log output from the executed command. (Pro-tip: Make it machine readable so it can be parsed by dependants)

| Type | Default |
| -------- | ------- |
| `string` | `""` |

16 changes: 16 additions & 0 deletions docs/reference/action-types/Run/exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,19 @@ The full log output from the executed command. (Pro-tip: Make it machine readabl
| -------- | ------- |
| `string` | `""` |

### `${actions.run.<name>.outputs.stdout}`

The stdout log output from the executed command. (Pro-tip: Make it machine readable so it can be parsed by dependants)

| Type | Default |
| -------- | ------- |
| `string` | `""` |

### `${actions.run.<name>.outputs.stderr}`

The stderr log output from the executed command. (Pro-tip: Make it machine readable so it can be parsed by dependants)

| Type | Default |
| -------- | ------- |
| `string` | `""` |

16 changes: 16 additions & 0 deletions docs/reference/action-types/Test/exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,19 @@ The full log output from the executed command. (Pro-tip: Make it machine readabl
| -------- | ------- |
| `string` | `""` |

### `${actions.test.<name>.outputs.stdout}`

The stdout log output from the executed command. (Pro-tip: Make it machine readable so it can be parsed by dependants)

| Type | Default |
| -------- | ------- |
| `string` | `""` |

### `${actions.test.<name>.outputs.stderr}`

The stderr log output from the executed command. (Pro-tip: Make it machine readable so it can be parsed by dependants)

| Type | Default |
| -------- | ------- |
| `string` | `""` |

0 comments on commit 85565ef

Please sign in to comment.