Testing.
This commit is contained in:
@@ -29,6 +29,11 @@ jobs:
|
||||
capture_stdout: true
|
||||
script: neofetch
|
||||
|
||||
- name: Convert ANSI to HTML
|
||||
id: ansi-to-html
|
||||
uses: justinm/actions-ansi-to-html@v0
|
||||
with:
|
||||
input: ${{ steps.gen-sysinfo.outputs.stdout }}
|
||||
|
||||
- name: Generate service list
|
||||
run: |
|
||||
@@ -46,7 +51,7 @@ jobs:
|
||||
{
|
||||
echo '```'
|
||||
cat <<'EOF'
|
||||
${{ steps.gen-sysinfo.outputs.stdout }}
|
||||
${{ step.ansi-to-html.outputs.contents }}
|
||||
EOF
|
||||
echo '```'
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user