Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
stCarolas a4286b971e
fix usage example with tag
2019-12-07 16:29:44 +03:00
lib add bin 2019-12-07 16:19:09 +03:00
node_modules add binary for github actions 2019-12-07 16:14:20 +03:00
src add log for downloading 2019-12-07 16:17:46 +03:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
README.md fix usage example with tag 2019-12-07 16:29:44 +03:00
action.yml draft 2019-12-07 16:09:20 +03:00
package-lock.json draft 2019-12-07 16:09:20 +03:00
package.json draft 2019-12-07 16:09:20 +03:00
tsconfig.json draft 2019-12-07 16:09:20 +03:00

README.md

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: stCarolas/setup-maven@v1
      with:
        maven-version: 3.5.4