mirror of
https://github.com/andreacomo/maven-gav-extractor.git
synced 2025-06-03 09:17:56 +08:00
Fixed action name
This commit is contained in:
parent
3525f0fe88
commit
109eb1c1df
@ -45,11 +45,11 @@ jobs:
|
||||
java-version: 11
|
||||
- name: Extract GAV
|
||||
id: extract
|
||||
uses: andreacomo/maven-gav-extractor-github-action@v1
|
||||
uses: actions/maven-gav-extractor@v1
|
||||
- name: Log GAV
|
||||
run: |
|
||||
echo ${{ steps.extract.outputs.group-id }}
|
||||
echo ${{ steps.extract.outputs.artifact-id }}
|
||||
echo ${{ steps.extract.outputs.version }}
|
||||
shell: bash
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user