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:
|
secretid:
|
||||||
description: "Secret ID of Approle"
|
description: "Secret ID of Approle"
|
||||||
default: ""
|
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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
@ -58,7 +65,6 @@ runs:
|
||||||
checkout-fetch-depth: 0
|
checkout-fetch-depth: 0
|
||||||
java-distribution: "temurin"
|
java-distribution: "temurin"
|
||||||
java-version: 21
|
java-version: 21
|
||||||
cache: "maven"
|
|
||||||
maven-version: 3.9.9
|
maven-version: 3.9.9
|
||||||
settings-repositories: >
|
settings-repositories: >
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Reference in a new issue