add SSH for GitHub Actions

This commit is contained in:
Jon Maddox 2019-01-15 10:37:26 -05:00
parent 40f2601d4d
commit c54610e4c1

View File

@ -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) - [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant)
- [Sleep](https://github.com/maddox/actions/tree/master/sleep) - [Sleep](https://github.com/maddox/actions/tree/master/sleep)
- [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) - [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) - [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) - [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) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action)