From 65d1ea3d907cda10122160c201a380dbad15dbd0 Mon Sep 17 00:00:00 2001 From: Shashank Patidar <74622220+shashank11p@users.noreply.github.com> Date: Fri, 5 Mar 2021 04:47:34 +0530 Subject: [PATCH] Mention that container-based workflows need to have ssh packages installed Co-authored-by: Shashank Patidar <74622220+shashank11p@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a49485..ec02d43 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ Use `ssh-keygen -p -f path/to/your/key -m pem` to convert your key file to `PEM` If you know that your favorite tool or platform of choice requires extra tweaks or has some caveats when running with SSH, feel free to open a PR to amend this section here. +### Container-based Workflows + +If you are using this action on container-based workflows, make sure the container has the necessary SSH binaries or package(s) installed. + ### Cargo's (Rust) Private Dependencies on Windows If you are using private repositories in your dependencies like this: