fix: clarify owner input description (#118)

This commit is contained in:
Martin Costello
2024-03-25 09:53:54 -07:00
committed by GitHub
parent f2acddfb51
commit d9bc16919c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ jobs:
### `owner`
**Optional:** GitHub App installation owner. If empty, defaults to the current repository owner.
**Optional:** The owner of the GitHub App installation. If empty, defaults to the current repository owner.
### `repositories`
+1 -1
View File
@@ -20,7 +20,7 @@ inputs:
required: false
deprecationMessage: "'private_key' is deprecated and will be removed in a future version. Use 'private-key' instead."
owner:
description: "GitHub App owner (defaults to current repository owner)"
description: "The owner of the GitHub App installation (defaults to current repository owner)"
required: false
repositories:
description: "Repositories to install the GitHub App on (defaults to current repository if owner is unset)"