Skip to content

Commit 68ec7ab

Browse files
committed
Update error action.
1 parent 2e30f8d commit 68ec7ab

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.azure-pipelines/generation-templates/generate-command-metadata-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ steps:
2121
git status
2222
git add "$(System.DefaultWorkingDirectory)/src/Authentication/Authentication/custom/common/MgCommandMetadata.json"
2323
git commit -m 'Add generated MgCommandMetadata.json. [run ci]'
24-
git push
24+
git push "https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git"
2525
git status

.azure-pipelines/generation-templates/generate-service-modules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
pwsh: true
173173
targetType: inline
174174
script: |
175+
git status
175176
$Title = "[v1] Weekly OpenApiDocs Refresh"
176177
$Body = "This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR."
177178
$BaseBranch = "dev"

scripts/create-pull-request.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Param(
1414

1515
[string] $BaseBranchName = "dev"
1616
)
17+
$ErrorActionPreference = "Continue"
1718

1819
$HeadBranchOption = $null
1920
if (-not [string]::IsNullOrWhiteSpace($HeadBranchName)) {

0 commit comments

Comments
 (0)