This commit is contained in:
2025-11-10 07:42:29 -05:00
parent 5742568b19
commit eff2067be1
+7 -2
View File
@@ -28,12 +28,17 @@ jobs:
key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
script: neofetch
- name: Verifying SSH ouput
- name: Verifying SSH Output
run: echo "${{ steps.gen-sysinfo.outputs.stdout }}"
- name: Populating README with sysinfo.
run: |
echo "# System Info" > README.md
echo -e "\n\n" >> README.md
echo "```" >> README.md
echo "${{ steps.gen-sysinfo.outputs.stdout }}" >> README.md
echo -e "\n"
echo "```" >> README.md
echo -e "\n" >> README.md
- name: Generate service list
run: |