Output as code

This commit is contained in:
jspijker 2023-02-28 18:59:44 +01:00
parent e2bf37496c
commit 6e2dca7d43

View File

@ -297,7 +297,7 @@ jobs:
f.write(content)
f.writelines("# ${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} uses:\n")
for dep in sorted_deps:
f.writelines(f"{dep}\n")
f.writelines(f"`{dep}`\n")
- name: Archive the artifacts (bash)
if: ${{ !inputs.installer && runner.os != 'Windows' }}