We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8e7ae commit 0863683Copy full SHA for 0863683
actions_bootstrap.ps1
@@ -50,6 +50,7 @@ foreach ($module in $modulesToInstall) {
50
RequiredVersion = $module.ModuleVersion
51
Repository = 'PSGallery'
52
SkipPublisherCheck = $true
53
+ AllowClobber = $true
54
Force = $true
55
ErrorAction = 'Stop'
56
}
0 commit comments