diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3d6687..cca8da0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: java-version: 11 - name: Extract GAV id: extract - uses: andreacomo/maven-gav-extractor-github-action@main + uses: andreacomo/maven-gav-extractor@main with: pom-location: ${{ github.workspace }}/.github/test-resources/pom.xml - name: Assert extracted GAV diff --git a/README.md b/README.md index d2a80cf..b67e142 100644 --- a/README.md +++ b/README.md @@ -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` * `artifactId`