From d8840410f9eae4b27b41d3195ba33c0aec2ce27b Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 11 Jan 2020 19:51:16 +0900 Subject: [PATCH] Update Official Resources Add two links. - actions/runner (The Runner for GitHub Actions.) https://github.com/actions/runner - actions/http-client (A lightweight HTTP client optimized for use with actions, TypeScript with generics and async await.) https://github.com/actions/http-client) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 449bc48..dc47cbe 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Documentation](https://help.github.com/en/actions/automating-your-workflow-with-github-actions) - [Official Actions organization](https://github.com/actions) - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. + - [actions/runner](https://github.com/actions/runner) - The Runner for GitHub Actions. - [GitHub Blog Announcement](https://github.blog/2018-10-17-action-demos/) ### Workflow Examples @@ -93,6 +94,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [actions/hello-world-javascript-action](https://github.com/actions/hello-world-javascript-action) - A template to demonstrate how to build a JavaScript action. - [actions/javascript-action](https://github.com/actions/javascript-action) - Create a JavaScript Action. - [actions/typescript-action](https://github.com/actions/typescript-action) - Create a TypeScript Action. +- [actions/http-client](https://github.com/actions/http-client) - A lightweight HTTP client optimized for use with actions, TypeScript with generics and async await. #### Docker Container Actions