Fix git config user (#2475)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -72,6 +72,8 @@ jobs:
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git add ${DEPENDENCY_FILE} && git commit -m "[Release] Automated commit of ${DEPENDENCY_FILE} changes" && git push
|
||||
git config --local --unset user.name
|
||||
git config --local --unset user.email
|
||||
else
|
||||
echo "Unexpected changes:"
|
||||
git status --short
|
||||
|
||||
Reference in New Issue
Block a user