Update
This commit is contained in:
parent
6619bcc202
commit
d0c96b9fcb
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Add Gotify to Hosts
|
- name: Add Gotify to Hosts
|
||||||
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
|
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
|
||||||
- name: Check the workspace
|
- name: Check the workspace
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
ls -lah
|
ls -lah
|
||||||
ls -lah ${{ github.workspace }}
|
ls -lah ${{ github.workspace }}
|
||||||
- name: Install SSH Keys
|
- name: Install SSH Keys
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue