Skip to content

Commit 2e59dd7

Browse files
authored
Remove outdated claim from README (#206)
Since #171 was merged, this action no longer touches `known_hosts`; this line should have been removed from the README at that time.
1 parent fd34b8d commit 2e59dd7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# `ssh-agent` GitHub Action
22

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.
3+
This action
4+
* starts the `ssh-agent`,
5+
* exports the `SSH_AUTH_SOCK` environment variable, and
6+
* loads one or several private SSH key into the agent.
87

98
It should work in all GitHub Actions virtual environments, including container-based workflows.
109

0 commit comments

Comments
 (0)