Skip to content

Commit

Permalink
Merge pull request #2183 from Azure/autogenerate
Browse files Browse the repository at this point in the history
Merge Autogenerate
  • Loading branch information
jorgecotillo authored Jan 21, 2022
2 parents 8067fc1 + ee21598 commit 53bdb51
Show file tree
Hide file tree
Showing 43 changed files with 42,317 additions and 463 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/generate-schemas-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
SUMMARY_LOG_PATH: /tmp/summary/summary.log
SUMMARY_LOG_ARTIFACT_NAME: summary-log
AUTOGENERATE_BRANCH_NAME: autogenerate
AUTHOR: ${{ github.actor }}
AUTHOR_EMAIL: ${{ github.actor }}@microsoft.com
jobs:
batch-0:
name: Update Schemas Batch 0
Expand Down Expand Up @@ -43,8 +45,8 @@ jobs:
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: github-actions
author_email: [email protected]
author_name: ${{ env.AUTHOR }}
author_email: ${{ env.AUTHOR_EMAIL }}
message: 'Autogenerate schemas batch 0'
add: '*.*'

Expand Down Expand Up @@ -86,8 +88,8 @@ jobs:
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: github-actions
author_email: [email protected]
author_name: ${{ env.AUTHOR }}
author_email: ${{ env.AUTHOR_EMAIL }}
message: 'Autogenerate schemas batch 1'
add: '*.*'

Expand Down Expand Up @@ -129,8 +131,8 @@ jobs:
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: github-actions
author_email: [email protected]
author_name: ${{ env.AUTHOR }}
author_email: ${{ env.AUTHOR_EMAIL }}
message: 'Autogenerate schemas batch 2'
add: '*.*'

Expand Down
Loading

0 comments on commit 53bdb51

Please sign in to comment.