We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7043650 + 25c28e1 commit 9a58befCopy full SHA for 9a58bef
.github/workflows/update_helpfiles.yml
@@ -9,7 +9,9 @@ on:
9
push:
10
branches:
11
- 'weekly_update_help_files_*'
12
-
+permissions:
13
+ pull-requests: write
14
+
15
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
jobs:
17
updateHelpsDocsPR:
azure-pipelines/update-template.yml
@@ -9,7 +9,7 @@ steps:
pwsh: true
script: |
$modules = Get-Module -Name Microsoft.Graph -ListAvailable
- if ($modules.Count -gt 0 -and $modules[0].Version -eq "1.20.0") {
+ if ($modules.Count -gt 0 -and $modules[0].Version -eq "1.21.0") {
echo "Latest version already installed"
}else {
echo "Installing latest version"
0 commit comments