Remove unneccesary run command
This commit is contained in:
parent
4d2ebaaa83
commit
f9764a0606
1 changed files with 0 additions and 5 deletions
|
@ -24,11 +24,6 @@ jobs:
|
|||
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Check the workspace
|
||||
run: |
|
||||
set -x
|
||||
ls -lah
|
||||
ls -lah ${{ github.workspace }}
|
||||
- name: Install SSH Keys
|
||||
run: |
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||
|
|
Loading…
Add table
Reference in a new issue