Skip to content

Commit 3278d19

Browse files
committed
ci: remove ssh debug calls
1 parent 0553568 commit 3278d19

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/draft.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,6 @@ jobs:
119119
runs-on: ubuntu-latest
120120
needs: [ build-unix, build-windows ]
121121
steps:
122-
- name: Debug through SSH
123-
uses: edipizarro/runner-open-ssh@main
124-
with:
125-
sshPublicKey: ${{ secrets.SSH_PUBLIC_KEY }}
126-
gatewayPrivateKey: ${{ secrets.GATEWAY_PRIVATE_KEY }}
127-
gatewayIP: ${{ secrets.GATEWAY_IP }}
128-
maxLifeTime: 3600
129-
gatewayUser: ${{ secrets.GATEWAY_USER }}
130122
- uses: actions/download-artifact@v4
131123
id: artifact-download-step
132124
with:

0 commit comments

Comments
 (0)