Skip to content

Commit

Permalink
Using static git user and email.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Nov 9, 2024
1 parent 31832bd commit 2e91abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
if: env.COMMIT_MAVEN_ARTIFACTS == 'true'
run: |
MVN_COORDS=$(echo '${project.groupId}:${project.artifactId}:${project.version}' | mvn -N -q -DforceStdout help:evaluate)
COMITTER_USERNAME=$(git log -n 1 --pretty=format:%an)
COMITTER_EMAIL=$(git log -n 1 --pretty=format:%ae)
cd maven2
echo "Configuring git identity"
git config user.name "GitHub Action"
Expand Down

0 comments on commit 2e91abe

Please sign in to comment.