Remove outdated claim from README

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-04 18:28:39 -05:00 committed by GitHub
parent fd34b8dee2
commit 782ae8d0ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,9 @@
# `ssh-agent` GitHub Action # `ssh-agent` GitHub Action
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.