Install SSH in the Docker container to test Docker-based Action runs

This commit is contained in:
Matthias Pigulla 2021-02-13 13:12:02 +00:00
parent c95dfdcede
commit 028a5ccee4

View file

@ -33,6 +33,7 @@ jobs:
image: ubuntu:latest image: ubuntu:latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: apt update && apt install -y openssh-client
- name: Setup key - name: Setup key
uses: ./ uses: ./
with: with: