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 31832bd commit 2e91abeCopy full SHA for 2e91abe
.github/workflows/build.yml
@@ -84,8 +84,6 @@ 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