Simplify action name

This commit is contained in:
Slawomir Jaranowski 2021-08-30 19:40:54 +02:00
parent 490f541598
commit cac57cc0b0
No known key found for this signature in database
GPG Key ID: F8484389379ACEAC
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Setup Maven with settings.xml
# Setup Maven Action
[![Test](https://github.com/s4u/setup-maven-action/actions/workflows/test.yml/badge.svg)](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

View File

@ -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'