This commit is contained in:
albert 2025-02-04 19:47:28 -08:00
parent 6619bcc202
commit d0c96b9fcb
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -22,10 +22,10 @@ jobs:
steps:
- name: Add Gotify to Hosts
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: Check the workspace
- name: Check the workspace
run: |
set -x
ls -lah
set -x
ls -lah
ls -lah ${{ github.workspace }}
- name: Install SSH Keys
run: |