We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589b191 commit 9ad1dcdCopy full SHA for 9ad1dcd
.github/workflows/publish-release-build.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Update Release documentation
82
if: ${{ success() }}
83
run: |
84
- git config user.email "<>" |
+ git config user.email "[email protected]"
85
git config user.name "Ktlint Release Workflow" |
86
./.announce -y
87
env:
0 commit comments