forked from Azure/azure-resource-manager-schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2183 from Azure/autogenerate
Merge Autogenerate
- Loading branch information
Showing
43 changed files
with
42,317 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: '*.*' | ||
|
||
|
@@ -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: '*.*' | ||
|
||
|
@@ -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: '*.*' | ||
|
||
|
Oops, something went wrong.