From c4fce561888ebff607bdea3fcfe513ffa6f08c5c Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Mon, 2 Sep 2019 22:01:21 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3591ed..9f36c75 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This action will create a github release and optionally upload an artifact to it. ## Action Inputs -- **artifact**: 'An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs). -- **artifacts**: 'An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs). +- **artifact**: An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs). +- **artifacts**: An optional set of paths representing artifacts to upload to the release. This may be a single path or a comma delimited list of paths (or globs). - **artifactContentType**: The content type of the artifact. Defaults to raw. - **body**: An optional body for the release. - **bodyFile**: An optional body file for the release. This should be the path to the file.