fix: add git user and email output
This commit is contained in:
parent
4365e1ee27
commit
111f07883a
1 changed files with 7 additions and 1 deletions
|
@ -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: >
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue