We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed8284 commit fe0c3dfCopy full SHA for fe0c3df
.github/workflows/emscripten-build.yml
@@ -38,10 +38,10 @@ jobs:
38
shell: bash
39
40
- name: Set up SSH agent
41
- uses: webfactory/ssh-agent@v0.10.1
+ uses: webfactory/ssh-agent@v0.9.0
42
with:
43
ssh-private-key: ${{ secrets.REMOTE_SERVER_SSH_KEY }}
44
-
+
45
- name: Upload files to server
46
run: |
47
ssh-keyscan -H ${{ secrets.REMOTE_SERVER_ADDR }} >> ~/.ssh/known_hosts
0 commit comments