Mention that container-based workflows need to have ssh packages installed

Co-authored-by: Shashank Patidar <74622220+shashank11p@users.noreply.github.com>
This commit is contained in:
Shashank Patidar 2021-03-05 04:47:34 +05:30 committed by Matthias Pigulla
parent 5f95203cea
commit 65d1ea3d90

View file

@ -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: