From 4c6d2819f0c53d9e0951e5a6246dc6653c7f6e4f Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 20 Sep 2019 10:47:19 +0200 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 728c5ab..a287fcd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Add the following step at the end of your job. commit_author_email: john.doe@example.com commit_author_name: John Doe commit_message: Apply automatic changes + ref: ${{ github.head_ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -32,6 +33,7 @@ The following inputs are required - `commit_author_email`: The Commit Authors Email Address - `commit_author_name`: The Commit Authors Name - `commit_message`: The commit message used when changes are available +- `ref`: Branch where changes should be pushed too ### Environment Variables