Skip to content

Commit 296f370

Browse files
feat: update step SSH
1 parent 14dd902 commit 296f370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow-azure-vm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
- name: "Checkout Github Action"
99
uses: actions/checkout@v4
1010

11-
- name: "Connect to azure VM using SSH"
12-
uses: "webfactory/ssh-agent@v0.9.1"
11+
- name: "Setup SSH agent"
12+
uses: "webfactory/ssh-agent@v0.9.0"
1313
with:
1414
ssh-private-key: ${{ secrets.AZURE_SSH_PRIVATE_KEY }}
1515

0 commit comments

Comments
 (0)