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