Merge pull request #180 from mpdude/patch-1

Add webfactory/ssh-agent
This commit is contained in:
Gary Ewan Park 2019-09-18 07:48:27 +01:00 committed by GitHub
commit 917427af2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,8 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200)
- [Run Cake tasks](https://github.com/gep13/cake-actions)
- [Run psake tasks](https://github.com/devblackops/psake-github-actions)
- [SSH](https://github.com/maddox/actions/tree/master/ssh)
- [SSH](https://github.com/maddox/actions/tree/master/ssh) - Run SSH commands on a server.
- [Setup `ssh-agent`](https://github.com/webfactory/ssh-agent) - Run `ssh-agent` with additional SSH keys to access private repositories.
- [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action)
- [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter)
- [Run pandoc](https://github.com/maxheld83/pandoc) - The swiss army knife for document conversions.