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'