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