Skip to content

Commit 53bdb51

Browse files
authored
Merge pull request #2183 from Azure/autogenerate
Merge Autogenerate
2 parents 8067fc1 + ee21598 commit 53bdb51

File tree

43 files changed

+42317
-463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+42317
-463
lines changed

.github/workflows/generate-schemas-batch.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ env:
1313
SUMMARY_LOG_PATH: /tmp/summary/summary.log
1414
SUMMARY_LOG_ARTIFACT_NAME: summary-log
1515
AUTOGENERATE_BRANCH_NAME: autogenerate
16+
AUTHOR: ${{ github.actor }}
17+
AUTHOR_EMAIL: ${{ github.actor }}@microsoft.com
1618
jobs:
1719
batch-0:
1820
name: Update Schemas Batch 0
@@ -43,8 +45,8 @@ jobs:
4345
- name: Commit changes
4446
uses: EndBug/add-and-commit@v7
4547
with:
46-
author_name: github-actions
47-
author_email: github-actions@github.com
48+
author_name: ${{ env.AUTHOR }}
49+
author_email: ${{ env.AUTHOR_EMAIL }}
4850
message: 'Autogenerate schemas batch 0'
4951
add: '*.*'
5052

@@ -86,8 +88,8 @@ jobs:
8688
- name: Commit changes
8789
uses: EndBug/add-and-commit@v7
8890
with:
89-
author_name: github-actions
90-
author_email: github-actions@github.com
91+
author_name: ${{ env.AUTHOR }}
92+
author_email: ${{ env.AUTHOR_EMAIL }}
9193
message: 'Autogenerate schemas batch 1'
9294
add: '*.*'
9395

@@ -129,8 +131,8 @@ jobs:
129131
- name: Commit changes
130132
uses: EndBug/add-and-commit@v7
131133
with:
132-
author_name: github-actions
133-
author_email: github-actions@github.com
134+
author_name: ${{ env.AUTHOR }}
135+
author_email: ${{ env.AUTHOR_EMAIL }}
134136
message: 'Autogenerate schemas batch 2'
135137
add: '*.*'
136138

0 commit comments

Comments
 (0)