We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1bc74 commit e8a1240Copy full SHA for e8a1240
.github/workflows/version.yml
@@ -76,7 +76,7 @@ jobs:
76
# Set up git user info so we can push a tag
77
# botify-app[bot] GitHub App ID can be found here: https://api.github.com/users/botify-app[bot]
78
git config --global user.name "os-botify[bot]"
79
- git config --global user.email "140437396+os+botify[bot]@users.noreply.github.com"
+ git config --global user.email "140437396+os-botify[bot]@users.noreply.github.com"
80
81
# Fetch the commit that was made via the API
82
git fetch origin main
0 commit comments