From 4056e959ada24e209a030134d8757de950e03338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?GP=20=E2=9C=85?= Date: Mon, 19 Aug 2019 12:16:24 +0530 Subject: [PATCH] Include a tutorial for converting a Docker-based Action... (#146) ... into a JavaScript/Typescript-based Action. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71eafa4..8fd4fd2 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [A guide to GitHub Actions using Node.js](https://datree.io/blog/git-workflow-automation-github-actions-node-js/) - [GitHub Actions for PHP Developers](https://stefanzweifel.io/posts/github-actions-for-php-developers/) - [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400) - +- [Converting Docker-based Actions to JavaScript/TypeScript](https://httgp.com/converting-github-actions-from-docker-to-javascript/) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information ## License