Skip to content

Commit e20bd6d

Browse files
committed
updated none format
1 parent 8316ce7 commit e20bd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploymentfrequency.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ function Format-OutputMarkdown([array] $workflowNames, [string] $rating, [string
382382
function Format-NoOutputMarkdown([string] $workflows, [string] $numberOfDays)
383383
{
384384
$markdown = "![Deployment Frequency](https://img.shields.io/badge/frequency-none-lightgrey?logo=github&label=Deployment%20frequency)`r`n`n" +
385-
"**Results:** No data to display for $ownerRepo for workflow(s) $workflows over the last $numberOfDays days`n`n" +
385+
"No data to display for $ownerRepo for workflow(s) $workflows over the last $numberOfDays days`n`n" +
386386
"---"
387387
return $markdown
388388
}

0 commit comments

Comments
 (0)