From 8c8d466976635b804d631518b69979bf4077e175 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 18 Dec 2019 09:30:29 -0500 Subject: [PATCH] Update formatting of README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73bc76b..102716c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ The name of the built kpz file ## Example usage -uses: actions/koha-plugin-create-kpz@v1 +```yaml +uses: actions/github-action-koha-plugin-create-kpz@v1 with: release-version: 'v1.2.3' release-name: 'koha-plugin-kitchen-sink' +```