We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0553568 commit 3278d19Copy full SHA for 3278d19
.github/workflows/draft.yml
@@ -119,14 +119,6 @@ jobs:
119
runs-on: ubuntu-latest
120
needs: [ build-unix, build-windows ]
121
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 }}
130
- uses: actions/download-artifact@v4
131
id: artifact-download-step
132
with:
0 commit comments