mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-12 00:05:30 +08:00
Simplify action name
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# Setup Maven with settings.xml
|
# Setup Maven Action
|
||||||
[](https://github.com/s4u/setup-maven-action/actions/workflows/test.yml)
|
[](https://github.com/s4u/setup-maven-action/actions/workflows/test.yml)
|
||||||
|
|
||||||
This is composite action which help to prepare GitHub Actions environment for Maven build by calling:
|
This is composite action which help to prepare GitHub Actions environment for Maven build by calling:
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Setup Maven with settings.xml
|
- name: Setup Maven Action
|
||||||
uses: s4u/setup-maven-action@< version >
|
uses: s4u/setup-maven-action@< version >
|
||||||
with:
|
with:
|
||||||
java-version: 8
|
java-version: 8
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: 'Setup Maven with settings.xml'
|
name: 'Setup Maven Action'
|
||||||
description: 'Setup environment for Maven build'
|
description: 'Complete environment configuration for Maven builds'
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
icon: 'settings'
|
icon: 'settings'
|
||||||
|
|||||||
Reference in New Issue
Block a user