Changed repo name and refs

This commit is contained in:
acomo 2021-02-21 00:11:23 +01:00
parent dbbcd0397b
commit 42597014f8
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
java-version: 11 java-version: 11
- name: Extract GAV - name: Extract GAV
id: extract id: extract
uses: andreacomo/maven-gav-extractor-github-action@main uses: andreacomo/maven-gav-extractor@main
with: with:
pom-location: ${{ github.workspace }}/.github/test-resources/pom.xml pom-location: ${{ github.workspace }}/.github/test-resources/pom.xml
- name: Assert extracted GAV - name: Assert extracted GAV

View File

@ -1,6 +1,6 @@
# Maven GAV Extractor *GitHub Action* # Maven GAV Extractor
This action extracts GAV from `pom.xml`, i.e.: This *GitHub Action* extracts GAV from `pom.xml`, i.e.:
* `groupId` * `groupId`
* `artifactId` * `artifactId`