From 7250d20037ee6897a40d0ee3d5d578462031e2e0 Mon Sep 17 00:00:00 2001
From: softprops <d.tangren@gmail.com>
Date: Sun, 25 Aug 2019 22:32:14 -0400
Subject: [PATCH] docs

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 96bd0d4..0733d5c 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,19 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 ```
 
+## inputs
+
+| Name    | Type    | Description                                                   |
+|---------|---------|---------------------------------------------------------------|
+| `body`  | String  | text communicating notable changes in this release            |
+| `draft` | Boolean | indicator of whether or not this release is a draft           |
+| `files` | String  | comma-delimited globs of paths to assets to upload for release|
+| `name`  | String  | name of the release. defaults to tag name                     |
+
+## environment variables
+
+| Name           | Description                          |
+|----------------|--------------------------------------|
+| `GITHUB_TOKEN` | GITHUB_TOKEN as provided by `secrets`|
+
 Doug Tangren (softprops) 2019
\ No newline at end of file