Skip to content

Commit

Permalink
Mention that container-based workflows need to have ssh packages inst…
Browse files Browse the repository at this point in the history
…alled

Co-authored-by: Shashank Patidar <74622220+shashank11p@users.noreply.github.com>
  • Loading branch information
shashank11p authored and mpdude committed Mar 5, 2021
1 parent 5f95203 commit 65d1ea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65d1ea3

Please sign in to comment.