mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-15 07:49:07 +08:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user