Skip to content

Commit 2e91abe

Browse files
Using static git user and email.
1 parent 31832bd commit 2e91abe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ jobs:
8484
if: env.COMMIT_MAVEN_ARTIFACTS == 'true'
8585
run: |
8686
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)
8987
cd maven2
9088
echo "Configuring git identity"
9189
git config user.name "GitHub Action"

0 commit comments

Comments
 (0)