Skip to content

Commit 86f7660

Browse files
committed
Fix git config
1 parent ca98940 commit 86f7660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/spec-update.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
id: push
112112
if: steps.spec_diff.outputs.spec_diff == 'true'
113113
run: |
114+
git config --global user.email "[email protected]"
115+
git config --global user.name "SAP Cloud SDK Bot"
114116
git add .
115117
git commit -m "Update $CHOICE based on $REF"
116118
git push origin $BRANCH

0 commit comments

Comments
 (0)