diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 3bc374e..f0cb63c 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -194,6 +194,8 @@ jobs: export GIT_STATUS=$(git status) if [[ ${GIT_STATUS} =~ ${REGEX} ]]; then echo "Commiting changes" + git config --global user.name 'JFrog CI' + git config --global user.email 'jfrog-solutions-ci+1@jfrog.com' git config --get user.name git config --get user.email git commit --author="JFrog CI " -m "JFrog Pipelines - Add Artifactory version to CHANGELOG.md"