Skip to content

Commit

Permalink
add: remote run test
Browse files Browse the repository at this point in the history
  • Loading branch information
niazhussain committed Oct 23, 2023
1 parent 6c6fbf2 commit bbfa8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RemoteServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up SSH
uses: webfactory/ssh-agent@v0.4
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.SSH_KEY_AUTOTEST }}

Expand Down

0 comments on commit bbfa8ea

Please sign in to comment.