Updating Rendering step.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user