From 79d0ecd43470c666f021c4365d039a227db31ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 12 Jun 2020 11:06:16 +0200 Subject: [PATCH] Document inputs Should avoid warnings generated on action run --- action.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/action.yaml b/action.yaml index 369d558..008cd47 100644 --- a/action.yaml +++ b/action.yaml @@ -3,6 +3,16 @@ description: 'Get the latest release from another repository and output that for branding: icon: 'anchor' color: 'orange' +inputs: + owner: + description: 'The Github user or organization that owns the repository' + required: false + repo: + description: 'The repository name' + required: false + repository: + description: 'The repository name in full' + required: false outputs: release: description: 'Latest release'