You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,10 @@ Use `ssh-keygen -p -f path/to/your/key -m pem` to convert your key file to `PEM`
94
94
95
95
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.
96
96
97
+
### Container-based Workflows
98
+
99
+
If you are using this action on container-based workflows, make sure the container has the necessary SSH binaries or package(s) installed.
100
+
97
101
### Cargo's (Rust) Private Dependencies on Windows
98
102
99
103
If you are using private repositories in your dependencies like this:
0 commit comments