From a69eabaead46479ed64f7de77710bb518f3f5c85 Mon Sep 17 00:00:00 2001 From: spawnia Date: Sun, 10 May 2020 12:55:07 +0200 Subject: [PATCH] clarify branch option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4bf66b..772bd24 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add the following step at the end of your job, after other steps that might add # Required commit_message: Apply automatic changes - # Optional name of another branch the commit should be pushed to + # Optional branch to push to, defaults to the current branch branch: ${{ github.head_ref }} # Optional git params