Files
github-action-setup-xmake/action.yml
T
Opportunity 134c55a8c6 init
2019-09-30 11:51:54 +08:00

14 lines
322 B
YAML

name: setup xmake
description: Set up a xmake environment and add it to the PATH
author: OpportunityLiu
inputs:
xmake-version:
required: true
default: master
description: The version to use.
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'index.js'