Fixed action name

This commit is contained in:
Andrea Como
2021-02-20 23:42:39 +01:00
committed by GitHub
parent 3525f0fe88
commit 109eb1c1df

View File

@@ -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
```
```