add usage example

This commit is contained in:
stCarolas 2019-12-07 16:29:25 +03:00 committed by GitHub
parent 7f7f6e2e6f
commit 022401cea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
### How To Use
Add this step into workflow
```
- name: Set up Maven
uses: stCarolas/setup-maven@master
with:
maven-version: 3.5.4
```