diff --git a/README.md b/README.md index a7681ae1..fb77b52c 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,5 @@ The `env` portion of the workflow must be configured before the action will work | `FOLDER` | The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it in here. | **Yes** | | `COMMIT_NAME` | Used to sign the commit, this should be your name. | **No** | | `COMMIT_EMAIL` | Used to sign the commit, this should be your email. | **No** | + +![Example](screenshot.png) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 00000000..a53c1f54 Binary files /dev/null and b/screenshot.png differ