mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-23 09:40:48 +00: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:
parent
fd34b8dee2
commit
2e59dd7d06
1 changed files with 4 additions and 5 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue