Skip to content

Commit fb5e4a3

Browse files
committed
📄 Update generated documentation
This commits the output of the `generate-docs` tool. Source-commit: 4e66bf0 Workflow-run-id: 7350570473
1 parent 4e66bf0 commit fb5e4a3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Below are the list of available actions, with links to documentation:
2020
* [`issues/delete-comment`](docs/issues-delete-comment.md)
2121
* [`issues/get`](docs/issues-get.md)
2222
* [`issues/lock`](docs/issues-lock.md)
23-
* [`issues/remove-assignee`](docs/issues-remove-assignee.md)
24-
* [`issues/remove-label`](docs/issues-remove-label.md)
23+
* [`issues/remove-assignees`](docs/issues-remove-assignees.md)
24+
* [`issues/remove-labels`](docs/issues-remove-labels.md)
2525
* [`issues/set-labels`](docs/issues-set-labels.md)
2626
* [`issues/unlock`](docs/issues-unlock.md)
2727
* [`issues/update`](docs/issues-update.md)
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ This requires `issues: write` permissions in order to work correctly.
2020

2121
## Outputs
2222

23-
`issues/remove-assignee` does not have any outputs at this time
23+
`issues/remove-assignees` does not have any outputs at this time
2424

2525
## Example
2626

27-
Here is a very basic example of how to use the `issues/remove-assignee` composite action
27+
Here is a very basic example of how to use the `issues/remove-assignees` composite action
2828
in a project (placeholders are used in place of real inputs):
2929

3030
```yaml
@@ -34,7 +34,7 @@ run:
3434
steps:
3535
# ...
3636
- name: Remove assignees from issue
37-
uses: bitwizeshift/actions-github/issues/remove-assignee@v1
37+
uses: bitwizeshift/actions-github/issues/remove-assignees@v1
3838
with:
3939
# Required inputs
4040
assignees: ASSIGNEES
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ This requires `issues: write` permissions in order to work correctly.
2020

2121
## Outputs
2222

23-
`issues/remove-label` does not have any outputs at this time
23+
`issues/remove-labels` does not have any outputs at this time
2424

2525
## Example
2626

27-
Here is a very basic example of how to use the `issues/remove-label` composite action
27+
Here is a very basic example of how to use the `issues/remove-labels` composite action
2828
in a project (placeholders are used in place of real inputs):
2929

3030
```yaml
@@ -34,7 +34,7 @@ run:
3434
steps:
3535
# ...
3636
- name: Remove labels from issue
37-
uses: bitwizeshift/actions-github/issues/remove-label@v1
37+
uses: bitwizeshift/actions-github/issues/remove-labels@v1
3838
with:
3939
# Required inputs
4040
labels: LABELS

0 commit comments

Comments
 (0)