mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2025-06-05 02:07:55 +08:00
Merge branch 'main' of https://github.com/andreacomo/maven-gav-extractor-github-action into main
This commit is contained in:
commit
ef895ef230
@ -45,7 +45,7 @@ jobs:
|
||||
java-version: 11
|
||||
- name: Extract GAV
|
||||
id: extract
|
||||
uses: andreacomo/maven-gav-extractor-github-action@v1
|
||||
uses: andreacomo/maven-gav-extractor@v1
|
||||
- name: Log GAV
|
||||
run: |
|
||||
echo ${{ steps.extract.outputs.group-id }}
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: 'Maven GAV Extractor'
|
||||
description: 'Extract Maven grouoId, artifactId and version from pom.xml'
|
||||
description: 'Extracts Maven groupId, artifactId and version from pom.xml'
|
||||
branding:
|
||||
icon: 'bar-chart-2'
|
||||
color: 'orange'
|
||||
|
Loading…
x
Reference in New Issue
Block a user