mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-03-26 22:12:47 +00:00
Set up your GitHub Actions workflow with a specific version of Apache Maven
|
|
||
|---|---|---|
| dist | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| action.yml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
How To Use
Add this step into workflow
jobs:
...
steps:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.2