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

View File

@@ -2,9 +2,8 @@
This action This action
* starts the `ssh-agent`, * starts the `ssh-agent`,
* exports the `SSH_AUTH_SOCK` environment variable, * exports the `SSH_AUTH_SOCK` environment variable, and
* loads one or several private SSH key into the agent and * loads one or several private SSH key into the agent.
* configures `known_hosts` for GitHub.com.
It should work in all GitHub Actions virtual environments, including container-based workflows. It should work in all GitHub Actions virtual environments, including container-based workflows.