From e7459222c1cadb9a9b59450089456f92cce33c91 Mon Sep 17 00:00:00 2001 From: Honza Bittner Date: Tue, 1 Oct 2019 20:25:41 +0200 Subject: [PATCH] Add simple inputs table to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a63f9c9..802cb84 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} ``` +### Inputs + +| name | value | default | description | +| ---- | ----- | ------- | ----------- | +| github_token | string | | Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'. | +| branch | string | 'master' | Destination branch to push changes. | +| force | boolean | false | Determines if force push is used. | + ## License The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).