From 33976875ba16fc686a7385a6f1046b5ff0e4ad93 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 23 Aug 2019 04:37:48 +0200 Subject: [PATCH] Add lots of metadata to action.yml --- action.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0342d6a..2cbd286 100644 --- a/action.yml +++ b/action.yml @@ -1,17 +1,22 @@ name: 'Upload files to a GitHub release' description: 'Upload files to a GitHub release (cross-platform)' author: 'Sven-Hendrik Haase' -icon: archive -color: orange +branding: + icon: archive + color: orange inputs: repo_token: description: 'GitHub token' + required: true file: description: 'Local file to upload' + required: true asset_name: description: 'Name of the asset' + required: true tag: description: 'Tag to use as a release' + required: true overwrite: description: 'Overwrite the release in case it already exists' runs: