Skip to content

Commit 138cea5

Browse files
authored
Correcting GitHub actions summary output
2 parents c8c8830 + 5ee003f commit 138cea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vendor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
}
9898
9999
$listUpdated += "$($s.name) v$($s.version), "
100-
$updateMessage += "| $emoji **[$($s.name)]($repoUrl)** | \`$oldVersion\` | **\`$($s.version)\`** |`n"
100+
$updateMessage += "| $emoji **[$($s.name)]($repoUrl)** | ``$oldVersion`` | **``$($s.version)``** |`n"
101101
}
102102
}
103103

0 commit comments

Comments
 (0)