Skip to content

Commit 9a58bef

Browse files
authored
Merge pull request MicrosoftDocs#218 from MicrosoftDocs/github_action_failure
weekly_test_28
2 parents 7043650 + 25c28e1 commit 9a58bef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/update_helpfiles.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
push:
1010
branches:
1111
- 'weekly_update_help_files_*'
12-
12+
permissions:
13+
pull-requests: write
14+
1315
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1416
jobs:
1517
updateHelpsDocsPR:

azure-pipelines/update-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
pwsh: true
1010
script: |
1111
$modules = Get-Module -Name Microsoft.Graph -ListAvailable
12-
if ($modules.Count -gt 0 -and $modules[0].Version -eq "1.20.0") {
12+
if ($modules.Count -gt 0 -and $modules[0].Version -eq "1.21.0") {
1313
echo "Latest version already installed"
1414
}else {
1515
echo "Installing latest version"

0 commit comments

Comments
 (0)