Skip to content

Commit b3e6bae

Browse files
authored
Update build.yml
1 parent 322ca7d commit b3e6bae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ jobs:
193193
- name: Push generate files to new branch
194194
run: |
195195
BRANCH="bot/api-${{ needs.download-new-version.outputs.api_version }}"
196+
git config user.name "github-actions[bot]"
197+
git config user.email "github-actions[bot]@users.noreply.github.com"
196198
git checkout -B "$BRANCH"
197199
git add .
198200
git commit -m "[BOT] API ${{ needs.download-new-version.outputs.api_version }} | release ${{ needs.download-new-version.outputs.release_tag }}"

0 commit comments

Comments
 (0)