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.
1 parent a5b2df7 commit d904fafCopy full SHA for d904faf
.github/workflows/build-release.yml
@@ -288,7 +288,7 @@ jobs:
288
}
289
290
# Download dbatools from GitHub
291
- $branch = "${{ github.event.inputs.dbatools_branch || 'newestver' }}"
+ $branch = "${{ github.event.inputs.dbatools_branch || 'development' }}"
292
Write-Host "Downloading dbatools from GitHub (branch: $branch)..."
293
294
$zipUrl = "https://github.com/dataplat/dbatools/archive/refs/heads/$branch.zip"
0 commit comments