Merge pull request #105 from romanlab/patch-1

Added a practical guide for creating github actions in node.js
This commit is contained in:
Gary Ewan Park 2019-03-12 16:07:08 +00:00 committed by GitHub
commit 9364e775e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Deploying to Firebase Hosting with GitHub Actions](https://natemoo.re/posts/action-firebase)
- [Building GitHub Actions in Node.js](https://jasonet.co/posts/building-github-actions-in-node/)
- [GitHub Actions on Android project](http://vgaidarji.me/blog/2019/01/27/github-actions)
- [A guide to GitHub Actions using Node.js](https://datree.io/blog/git-workflow-automation-github-actions-node-js/)
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information