You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm running the container image within an azure devops pipeline and i get this error : 2nd git.commit error: "Author identity unknown", followed by "fatal: unable to auto-detect email address (got 'unknown@037ed348e73f.(none)')"
i'm running the container image within an azure devops pipeline and i get this error : 2nd git.commit error: "Author identity unknown", followed by "fatal: unable to auto-detect email address (got 'unknown@037ed348e73f.(none)')"
is there a way to solve this ?
this is my script
git config --global user.email "$(CI_EMAIL)" && git config --global user.name "$(CI_USERNAME)"
docker run --rm -v
git push --tags origin HEAD:main
condition: eq(variables.isMain, true)
displayName: 'Bumping release number'
and this is the error output
The text was updated successfully, but these errors were encountered: