We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc144f commit 31832bdCopy full SHA for 31832bd
.github/workflows/build.yml
@@ -84,6 +84,8 @@ jobs:
84
if: env.COMMIT_MAVEN_ARTIFACTS == 'true'
85
run: |
86
MVN_COORDS=$(echo '${project.groupId}:${project.artifactId}:${project.version}' | mvn -N -q -DforceStdout help:evaluate)
87
+ COMITTER_USERNAME=$(git log -n 1 --pretty=format:%an)
88
+ COMITTER_EMAIL=$(git log -n 1 --pretty=format:%ae)
89
cd maven2
90
echo "Configuring git identity"
91
git config user.name "GitHub Action"
0 commit comments