2 Commits

Author SHA1 Message Date
ff43cac4ad Merge pull request #7 from s4u/action-name
Simplify action name
2021-08-30 19:49:36 +02:00
cac57cc0b0 Simplify action name 2021-08-30 19:44:30 +02:00
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) [![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: 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

View File

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