From bb50d52cec2429a9c35932368059378d3fb672ef Mon Sep 17 00:00:00 2001 From: Opportunity Date: Mon, 30 Sep 2019 22:55:39 +0800 Subject: [PATCH] add metadata --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 561c2cc..d995ee3 100644 --- a/action.yml +++ b/action.yml @@ -1,11 +1,15 @@ name: setup xmake description: Set up a xmake environment and add it to the PATH author: OpportunityLiu +icon: box +color: green + inputs: xmake-version: required: true default: latest description: The version to use. Should be a semver range or 'latest' + runs: using: 'node12' main: 'index.js'