From a8cb14bd7c712181530b939cc79a88e1dddb6174 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 13 Nov 2019 22:48:15 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0b2043..e8a1857 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,13 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de Tool actions for your workflow. + +- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations. - [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow. - [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow. - [actions/download-artifact](https://github.com/actions/download-artifact) - Download artifacts from your build. - [actions/cache](https://github.com/actions/cache) - Cache dependencies and build outputs in GitHub Actions. - [actions/github-script](https://github.com/actions/github-script) - Write a script for GitHub API and the workflow contexts. - - [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations. #### Actions for GitHub Automation