Updating Rendering step.

This commit is contained in:
2025-11-11 11:49:44 -05:00
parent 4ab7d41df7
commit e6a8e5ba66
+6 -6
View File
@@ -25,13 +25,13 @@ jobs:
port: 22
key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
capture_stdout: true
script: neofetch
script: neofetch --stdout
- name: Convert ANSI to HTML
id: ansi-to-html
uses: https://git.trez.wtf/Trez/actions-ansi-to-html@pre-bundle-dependencies_2025-11-11T06-51-37
with:
input: ${{ steps.gen-sysinfo.outputs.stdout }}
# - name: Convert ANSI to HTML
# id: ansi-to-html
# uses: https://git.trez.wtf/Trez/actions-ansi-to-html@pre-bundle-dependencies_2025-11-11T06-51-37
# with:
# input: ${{ steps.gen-sysinfo.outputs.stdout }}
# run: |
# echo "${{ steps.gen-sysinfo.outputs.stdout }}" > sysinfo.ansi
# cat sysinfo.ansi | aha --black > sysinfo.html