diff --git a/action.yml b/action.yml index 5fcb27f..686f71c 100644 --- a/action.yml +++ b/action.yml @@ -10,6 +10,13 @@ inputs: secretid: description: "Secret ID of Approle" default: "" +outputs: + gituser: + description: User to use for git operations + value: ${{ steps.import-gpg.outputs.name }} + gitemail: + description: Email to use for git operations + value: ${{ steps.import-gpg.outputs.email }} runs: using: "composite" steps: @@ -58,7 +65,6 @@ runs: checkout-fetch-depth: 0 java-distribution: "temurin" java-version: 21 - cache: "maven" maven-version: 3.9.9 settings-repositories: > [