Added a practical guide for creating github actions in node.js

Includes gists for Dockerfie, entrypoint file and a bootstrap script to run custom logic
This commit is contained in:
Roman Labunsky 2019-03-12 17:01:39 +02:00 committed by GitHub
parent 106003c656
commit f6aa4b9211
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