Skip to content

Commit 4c9d517

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2579c60 commit 4c9d517

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

actions/local-workflow-actions/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Example: if `actions-path` is `.github/actions`, then local actions will be avai
3939
- uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2
4040
with:
4141
# Relative path(s) (inside the workflow repository) containing the local actions to expose in the current workspace.
42-
# The same relative path will be available under `../self-workflow` relative to `github.workspace`
43-
# (for example `../self-workflow/.github/actions`).
42+
# The same relative path will be available under `../self-workflow` relative to `github.workspace` (for example `../self-workflow/.github/actions`).
4443
#
4544
# Default: `.github/actions`
4645
actions-path: .github/actions
@@ -52,10 +51,10 @@ Example: if `actions-path` is `.github/actions`, then local actions will be avai
5251
5352
## Inputs
5453
55-
| **Input** | **Description** | **Required** | **Default** |
56-
| ------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------ | ----------------- |
57-
| **`actions-path`** | Relative path(s) (inside the workflow repository) containing the local actions to expose in the current workspace. | **false** | `.github/actions` |
58-
| | The same relative path will be available under `../self-workflow` relative to `github.workspace`. | | |
54+
| **Input** | **Description** | **Required** | **Default** |
55+
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------- |
56+
| **`actions-path`** | Relative path(s) (inside the workflow repository) containing the local actions to expose in the current workspace. | **false** | `.github/actions` |
57+
| | The same relative path will be available under `../self-workflow` relative to `github.workspace` (for example `../self-workflow/.github/actions`). | | |
5958

6059
<!-- inputs:end -->
6160

0 commit comments

Comments
 (0)