From 782ae8d0ad312965ee95e9877fcb875ca035380a Mon Sep 17 00:00:00 2001 From: Benjamin Ragheb Date: Sun, 4 Feb 2024 18:28:39 -0500 Subject: [PATCH] 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. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 96f0dae..253a405 100644 --- a/README.md +++ b/README.md @@ -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.