diff --git a/.gitea/workflows/compose-services-readme.yml b/.gitea/workflows/compose-services-readme.yml index 1a37e576..fdffc07d 100644 --- a/.gitea/workflows/compose-services-readme.yml +++ b/.gitea/workflows/compose-services-readme.yml @@ -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