Skip to content

Commit ae51f88

Browse files
RomanithoCopilot
andauthored
Update .github/workflows/GitFlow_Nightly-builds.yml
Co-authored-by: Copilot <[email protected]>
1 parent b28f7a8 commit ae51f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GitFlow_Nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
Write-Host "`n[INFO] Searching for merged PRs between $TAG_COMMIT and HEAD..." -ForegroundColor Cyan
9696
9797
# Get all merged PRs to the branch since the tag commit
98-
$MERGED_PRS = git log $BRANCH --merges --grep="Merge pull request" --pretty=format:"%h %s" "$TAG_COMMIT..HEAD"
98+
$MERGED_PRS = git log --merges --grep="Merge pull request" --pretty=format:"%h %s" "$TAG_COMMIT..HEAD"
9999
100100
# Count merges
101101
$MERGE_COUNT = ($MERGED_PRS | Measure-Object).Count

0 commit comments

Comments
 (0)