From c54610e4c1528832648b46f4d612d320032e58a7 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Tue, 15 Jan 2019 10:37:26 -0500 Subject: [PATCH] add SSH for GitHub Actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..fd86d93 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant) - [Sleep](https://github.com/maddox/actions/tree/master/sleep) - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) +- [SSH](https://github.com/maddox/actions/tree/master/ssh) - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action)