mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 11:13:00 +08:00
Simplify action name
This commit is contained in:
parent
490f541598
commit
cac57cc0b0
@ -1,4 +1,4 @@
|
||||
# Setup Maven with settings.xml
|
||||
# Setup Maven Action
|
||||
[](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:
|
||||
@ -93,7 +93,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- name: Setup Maven with settings.xml
|
||||
- name: Setup Maven Action
|
||||
uses: s4u/setup-maven-action@< version >
|
||||
with:
|
||||
java-version: 8
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: 'Setup Maven with settings.xml'
|
||||
description: 'Setup environment for Maven build'
|
||||
name: 'Setup Maven Action'
|
||||
description: 'Complete environment configuration for Maven builds'
|
||||
|
||||
branding:
|
||||
icon: 'settings'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user