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.
This commit is contained in:
Benjamin Ragheb 2024-02-05 01:37:14 -05:00 committed by GitHub
parent fd34b8dee2
commit 2e59dd7d06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,9 @@
# `ssh-agent` GitHub Action
This action
* starts the `ssh-agent`,
* exports the `SSH_AUTH_SOCK` environment variable,
* loads one or several private SSH key into the agent and
* 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.
It should work in all GitHub Actions virtual environments, including container-based workflows.