From d9bc16919cdbdb07543eb732aa872437384e296f Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 25 Mar 2024 09:53:54 -0700 Subject: [PATCH] fix: clarify `owner` input description (#118) --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2790c6d..6752829 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/action.yml b/action.yml index 1d2909e..09cc8fa 100644 --- a/action.yml +++ b/action.yml @@ -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)"