Add simple inputs table to README
diff --git a/README.md b/README.md
index a63f9c9..802cb84 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,14 @@
         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).