Fixing description

This commit is contained in:
Andrea Como 2021-02-20 23:38:23 +01:00 committed by GitHub
parent 9bf1ad536e
commit d5b6cb36a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
name: 'Maven GAV Extractor'
description: 'Extract Maven grouoId, artifactId and version from pom.xml'
description: 'Extracts Maven grouoId, artifactId and version from pom.xml'
branding:
icon: 'bar-chart-2'
color: 'orange'
@ -27,4 +27,4 @@ runs:
echo "::set-output name=group-id::$(mvn -f ${{ inputs.pom-location }} org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.groupId -q -DforceStdout)"
echo "::set-output name=artifact-id::$(mvn -f ${{ inputs.pom-location }} org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.artifactId -q -DforceStdout)"
echo "::set-output name=version::$(mvn -f ${{ inputs.pom-location }} org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)"
shell: bash
shell: bash