From 135f320c0a47be952712bdbcd19a2306225bdc87 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Fri, 14 Jun 2019 11:43:06 -0400 Subject: [PATCH] Add existing packages to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d52ce59..f39cd38a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ | Package | Description | | ------- | ----------- | +| [@actions/core](packages/core) | Core functions for setting results, logging, secrets and environment variables | +| [@actions/exec](packages/exec) | Functions necessary for running tools on the command line | | [@actions/exit](packages/exit) | Provides utilities for exiting from an action | +| [@actions/io](packages/io) | Core functions for CLI filesystem scenarios | +| [@actions/tool-cache](packages/tool-cache) | Functions necessary for downloading and caching tools | | [@actions/toolkit](packages/toolkit) | A general-purpose toolkit for writing actions | ## Development