Merge branch 'master' into surge-action

This commit is contained in:
Sarah Drasner 2018-10-21 14:03:17 -06:00 committed by GitHub
commit c18bb70b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
## Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ## Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of awesome things related to [Github Actions](https://github.com/features/actions). > A curated list of awesome things related to [GitHub Actions](https://github.com/features/actions).
With GitHub Actions you can automate your workflow from idea to production. With GitHub Actions you can automate your workflow from idea to production.
@ -23,10 +23,18 @@ With GitHub Actions you can automate your workflow from idea to production.
- [Official Site](https://github.com/features/actions) - [Official Site](https://github.com/features/actions)
- [Documentation](https://developer.github.com/actions/) - [Documentation](https://developer.github.com/actions/)
- [Official Actions Collection](https://github.com/actions) - [Official Actions Collection](https://github.com/actions)
- [GitHub Blog Announcement](https://blog.github.com/2018-10-17-action-demos/)
### Community Resources ### Community Resources
- [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node) - [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node)
- [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions)
- [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action)
- [Deploy to Netlify](https://github.com/netlify/actions)
- [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)
- [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)
### Tutorials ### Tutorials