Skip to content

Commit d904faf

Browse files
this needs to be addressed
in the future
1 parent a5b2df7 commit d904faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
}
289289
290290
# Download dbatools from GitHub
291-
$branch = "${{ github.event.inputs.dbatools_branch || 'newestver' }}"
291+
$branch = "${{ github.event.inputs.dbatools_branch || 'development' }}"
292292
Write-Host "Downloading dbatools from GitHub (branch: $branch)..."
293293
294294
$zipUrl = "https://github.com/dataplat/dbatools/archive/refs/heads/$branch.zip"

0 commit comments

Comments
 (0)