Improve debug

This commit is contained in:
Igor Pečovnik
2022-02-27 21:18:17 +01:00
committed by GitHub
parent 9cb57ba37d
commit 6ff3c57ea5

View File

@@ -175,6 +175,8 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no root@${{ matrix.ip }} "run-parts /etc/update-motd.d/"
ssh -o StrictHostKeyChecking=no root@${{ matrix.ip }} "neofetch"
ssh -o StrictHostKeyChecking=no root@${{ matrix.ip }} "dmesg --color=always"
- name: Update
if: ${{ github.repository_owner == 'Armbian' && env.PROCEED == 'true' }}