From 022401cea7554f9b9cd3fd16872753fceb678c0a Mon Sep 17 00:00:00 2001 From: stCarolas Date: Sat, 7 Dec 2019 16:29:25 +0300 Subject: [PATCH] add usage example --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5099478 --- /dev/null +++ b/README.md @@ -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 +```