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 f0461ed commit a22d102Copy full SHA for a22d102
.github/workflows/main.yml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Set Git User
94
run: |
95
- git config --global user.email "github-actions@users.noreply.github.com"
+ git config --global user.email "[email protected]"
96
git config --global user.name "github-actions"
97
98
- name: Create Release Pull Request or Publish
0 commit comments