mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-03-29 10:20:18 +00:00
Set up your GitHub Actions workflow with a specific version of Apache Maven
* Workflow for PR. * Source branch fix. * Source branch fix. * Source branch fix. * Push none master branch actions. * Push none master branch actions. * Push none master branch actions. * Push none master branch actions. * Apply local changes Co-authored-by: ViacheslavKudinov <ViacheslavKudinov@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| dist | ||
| lib | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| action.yml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
How To Use
Add this step into workflow
- name: Set up Maven
uses: vk-org/setup-maven@v4
with:
maven-version: 3.5.4