Skip to content

Commit 91ca583

Browse files
committed
docs: clean up
1 parent 13c0743 commit 91ca583

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151

5252
### `token`
5353

54-
**Optional** Access token to the repository. If not set, the action will use the default GitHub Actions token at runtime.
54+
**Optional** Access token to the repository.
55+
56+
| Default value | `${{ github.token }}` |
57+
| ------------- | --------------------- |
5558

5659
### `subject_pattern`
5760

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
default: "true"
1515
token:
1616
required: false
17-
description: Access token to the repository. If not set, the action will use the default GitHub Actions token at runtime.
17+
description: Access token to the repository.
1818
default: ${{ github.token }}
1919
subject_pattern:
2020
required: false

0 commit comments

Comments
 (0)