We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9be1d commit 0d5a3d0Copy full SHA for 0d5a3d0
.github/workflows/ci.yml
@@ -141,11 +141,11 @@ jobs:
141
-lah
142
use_insecure_cipher: true
143
144
- - name: SSH ED25519 Private Key
145
- uses: ./
146
- with:
147
- host: ${{ secrets.TUNNEL_HOST }}
148
- username: ${{ secrets.TUNNEL_USERNAME }}
149
- key: ${{ secrets.ID_ED25519 }}
150
- port: ${{ secrets.TUNNEL_PORT }}
151
- script: whoami
+ # - name: SSH ED25519 Private Key
+ # uses: ./
+ # with:
+ # host: ${{ secrets.TUNNEL_HOST }}
+ # username: ${{ secrets.TUNNEL_USERNAME }}
+ # key: ${{ secrets.ID_ED25519 }}
+ # port: ${{ secrets.TUNNEL_PORT }}
+ # script: whoami
0 commit comments