Skip to content

Commit

Permalink
use version 0.9.0 of ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed Sep 4, 2024
1 parent eed8284 commit fe0c3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emscripten-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
shell: bash

- name: Set up SSH agent
uses: webfactory/ssh-agent@v0.10.1
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.REMOTE_SERVER_SSH_KEY }}

- name: Upload files to server
run: |
ssh-keyscan -H ${{ secrets.REMOTE_SERVER_ADDR }} >> ~/.ssh/known_hosts
Expand Down

0 comments on commit fe0c3df

Please sign in to comment.