add example

This commit is contained in:
Opportunity
2019-09-30 21:16:31 +08:00
Unverified
parent e22ac05559
commit a363ea93aa
2 changed files with 13 additions and 2 deletions
+11 -1
View File
@@ -1,2 +1,12 @@
# github-action-setup-xmake # GitHub Action - Setup xmake
Set up your GitHub Actions workflow with a specific version of xmake Set up your GitHub Actions workflow with a specific version of xmake
## Usage
See [action.yml](./action.yml).
## Example
uses: OpportunityLiu/github-action-setup-xmake@master
with:
xmake-version: '2.2.8'
+1
View File
@@ -9,3 +9,4 @@ inputs:
runs: runs:
using: 'node12' using: 'node12'
main: 'index.js' main: 'index.js'