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)" diff --git a/package.json b/package.json index e076ab0..5d803bc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "create-github-app-token", "private": true, "type": "module", - "version": "1.9.0", + "version": "1.9.1", "description": "GitHub Action for creating a GitHub App Installation Access Token", "scripts": { "build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",