mirror of
https://github.com/cmderdev/cmder.git
synced 2026-06-17 07:11:05 +08:00
fix: correct backtick escaping in vendor summary table
This commit is contained in:
committed by
GitHub
parent
c8c8830557
commit
5ee003f321
2
.github/workflows/vendor.yml
vendored
2
.github/workflows/vendor.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
$listUpdated += "$($s.name) v$($s.version), "
|
$listUpdated += "$($s.name) v$($s.version), "
|
||||||
$updateMessage += "| $emoji **[$($s.name)]($repoUrl)** | \`$oldVersion\` | **\`$($s.version)\`** |`n"
|
$updateMessage += "| $emoji **[$($s.name)]($repoUrl)** | ``$oldVersion`` | **``$($s.version)``** |`n"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user