From 109eb1c1df2c00ed3af02ebde8b905f93f41e612 Mon Sep 17 00:00:00 2001 From: Andrea Como Date: Sat, 20 Feb 2021 23:42:39 +0100 Subject: [PATCH] Fixed action name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 999ad1e..8539f15 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```