Added stage to add ssh key #4

Merged
phoenix merged 10 commits from workflow-ssh_setup into devel 2025-03-29 22:35:02 +00:00
Showing only changes of commit 15904f52fb - Show all commits

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install SSH client
run: |
sudo apt-get update
sudo apt-get install openssh-client
sudo apt-get install openssh-client -y
- name: Setup SSH Agent
run: |