Skip to content

Commit e8a1240

Browse files
committed
Fix botify email
1 parent bb1bc74 commit e8a1240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# Set up git user info so we can push a tag
7777
# botify-app[bot] GitHub App ID can be found here: https://api.github.com/users/botify-app[bot]
7878
git config --global user.name "os-botify[bot]"
79-
git config --global user.email "140437396+os+botify[bot]@users.noreply.github.com"
79+
git config --global user.email "140437396+os-botify[bot]@users.noreply.github.com"
8080
8181
# Fetch the commit that was made via the API
8282
git fetch origin main

0 commit comments

Comments
 (0)