Skip to content

Commit fe0c3df

Browse files
committed
use version 0.9.0 of ssh-agent
1 parent eed8284 commit fe0c3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
shell: bash
3939

4040
- name: Set up SSH agent
41-
uses: webfactory/ssh-agent@v0.10.1
41+
uses: webfactory/ssh-agent@v0.9.0
4242
with:
4343
ssh-private-key: ${{ secrets.REMOTE_SERVER_SSH_KEY }}
44-
44+
4545
- name: Upload files to server
4646
run: |
4747
ssh-keyscan -H ${{ secrets.REMOTE_SERVER_ADDR }} >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)