Skip to content

Commit

Permalink
Set git "user.email" to "[email protected]"
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Oct 24, 2024
1 parent 589b191 commit 9ad1dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Update Release documentation
if: ${{ success() }}
run: |
git config user.email "<>" |
git config user.email "[email protected]"
git config user.name "Ktlint Release Workflow" |
./.announce -y
env:
Expand Down

0 comments on commit 9ad1dcd

Please sign in to comment.