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