From 385b67cce679227d7470f00ce18d7a64405a18f1 Mon Sep 17 00:00:00 2001 From: Peter Grainger Date: Thu, 19 Sep 2019 14:35:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11e0fb3..1f2347d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This action creates a new branch with the same commit reference as the branch it ## Example usage +``` uses: peterjgrainger/action-create-branch@v1.0.0 with: branch: 'release-notes' +```