Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
Agyant Tiwari 58ad83da5e Rebasing from Parent 2021-01-15 10:53:07 +05:30
lib change url to archive mirror 2020-02-03 13:46:22 +03:00
node_modules Rebasing from Parent 2021-01-15 10:53:07 +05:30
src change url to archive mirror 2020-02-03 13:46:22 +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 Rebasing from Parent 2021-01-15 10:53:07 +05:30
action.yml update description 2019-12-07 16:42:10 +03:00
package-lock.json Rebasing from Parent 2021-01-15 10:53:07 +05:30
package.json Rebasing from Parent 2021-01-15 10:53:07 +05:30
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@v4
      with:
        maven-version: 3.5.4