Skip to content

Commit d9bc169

Browse files
fix: clarify owner input description (actions#118)
1 parent f2acddf commit d9bc169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216

217217
### `owner`
218218

219-
**Optional:** GitHub App installation owner. If empty, defaults to the current repository owner.
219+
**Optional:** The owner of the GitHub App installation. If empty, defaults to the current repository owner.
220220

221221
### `repositories`
222222

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
required: false
2121
deprecationMessage: "'private_key' is deprecated and will be removed in a future version. Use 'private-key' instead."
2222
owner:
23-
description: "GitHub App owner (defaults to current repository owner)"
23+
description: "The owner of the GitHub App installation (defaults to current repository owner)"
2424
required: false
2525
repositories:
2626
description: "Repositories to install the GitHub App on (defaults to current repository if owner is unset)"

0 commit comments

Comments
 (0)