From 111f07883a2e39f18a361161726f9e34eaf90dc8 Mon Sep 17 00:00:00 2001 From: Oliver Weyhmueller Date: Tue, 7 Jan 2025 13:33:16 +0100 Subject: [PATCH] fix: add git user and email output --- action.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: > [