awesome-actions/README.md

39 lines
1.3 KiB
Markdown
Raw Normal View History

2018-10-20 21:08:16 -04:00
<p align="center">
<br>
2018-10-20 21:20:22 -04:00
<img src="https://image.ibb.co/cZ1q5f/awesome-actions.jpg" />
2018-10-20 21:08:16 -04:00
<br>
<br>
<br>
</p>
## Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2018-10-20 21:20:22 -04:00
> A curated list of awesome things related to [Github Actions](https://github.com/features/actions).
2018-10-20 21:08:16 -04:00
2018-10-20 21:20:22 -04:00
With GitHub Actions you can automate your workflow from idea to production.
2018-10-20 21:08:16 -04:00
## Contents
- [Official Resources](#official-resources)
2018-10-20 21:20:22 -04:00
- [Community Resources](#community-resources)
2018-10-20 21:08:16 -04:00
- [Tutorials](#tutorials)
### Official Resources
2018-10-20 21:20:22 -04:00
- [Official Site](https://github.com/features/actions)
- [Documentation](https://developer.github.com/actions/)
- [Official Actions Collection](https://github.com/actions)
2018-10-20 21:08:16 -04:00
2018-10-20 21:20:22 -04:00
### Community Resources
2018-10-20 21:08:16 -04:00
2018-10-20 21:34:09 -04:00
- [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node)
2018-10-21 14:19:53 -04:00
- [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)
2018-10-20 21:08:16 -04:00
### Tutorials
2018-10-20 21:20:22 -04:00
- [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)
2018-10-20 21:08:16 -04:00
2018-10-20 21:20:22 -04:00
> Please don't hesitate to make a PR if you have more resources to share. Check out contributing.md for more information