We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca98940 commit 86f7660Copy full SHA for 86f7660
.github/workflows/spec-update.yaml
@@ -111,6 +111,8 @@ jobs:
111
id: push
112
if: steps.spec_diff.outputs.spec_diff == 'true'
113
run: |
114
+ git config --global user.email "[email protected]"
115
+ git config --global user.name "SAP Cloud SDK Bot"
116
git add .
117
git commit -m "Update $CHOICE based on $REF"
118
git push origin $BRANCH
0 commit comments