add metadata
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
name: setup xmake
|
name: setup xmake
|
||||||
description: Set up a xmake environment and add it to the PATH
|
description: Set up a xmake environment and add it to the PATH
|
||||||
author: OpportunityLiu
|
author: OpportunityLiu
|
||||||
|
icon: box
|
||||||
|
color: green
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
xmake-version:
|
xmake-version:
|
||||||
required: true
|
required: true
|
||||||
default: latest
|
default: latest
|
||||||
description: The version to use. Should be a semver range or 'latest'
|
description: The version to use. Should be a semver range or 'latest'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user