diff --git a/README.md b/README.md index 894be0f2..e66e45cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# Actions Toolkit 🛠 + +

+ +

+ + ## Packages @@ -6,10 +11,8 @@ | ------- | ----------- | | [@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 diff --git a/res/at-logo.png b/res/at-logo.png new file mode 100644 index 00000000..872d1375 Binary files /dev/null and b/res/at-logo.png differ