This commit is contained in:
@@ -13,9 +13,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install SSH client
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update -y && apt-get install -y openssh-client
|
||||
apt-get install -y git
|
||||
|
||||
- name: Setup SSH inside container
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user