Skip to content

Commit

Permalink
fix: clarify owner input description (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
martincostello committed Mar 25, 2024
1 parent f2acddf commit d9bc169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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)"
Expand Down

0 comments on commit d9bc169

Please sign in to comment.