fix: add git user and email output

This commit is contained in:
Oliver Weyhmüller 2025-01-07 13:33:16 +01:00
parent 4365e1ee27
commit 111f07883a
Signed by: oliver
GPG key ID: 5286794099F934A3

View file

@ -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: >
[