From cac57cc0b0b423a7d2d239a18459fd058c453c86 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 30 Aug 2021 19:40:54 +0200 Subject: [PATCH] Simplify action name --- README.md | 4 ++-- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb3ba4c..f516487 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 43ee749..7a970d7 100644 --- a/action.yml +++ b/action.yml @@ -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'