We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd34b8d commit 2e59dd7Copy full SHA for 2e59dd7
README.md
@@ -1,10 +1,9 @@
1
# `ssh-agent` GitHub Action
2
3
-This action
4
-* starts the `ssh-agent`,
5
-* exports the `SSH_AUTH_SOCK` environment variable,
6
-* loads one or several private SSH key into the agent and
7
-* configures `known_hosts` for GitHub.com.
+This action
+* starts the `ssh-agent`,
+* exports the `SSH_AUTH_SOCK` environment variable, and
+* loads one or several private SSH key into the agent.
8
9
It should work in all GitHub Actions virtual environments, including container-based workflows.
10
0 commit comments