From 79426d2a8c98e8f36037eda6cbd8b021a5f4c149 Mon Sep 17 00:00:00 2001 From: Sandi Chakravarty Date: Wed, 9 Oct 2019 11:40:46 -0700 Subject: [PATCH] update README with pr suggestions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c31022..f6f58a4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You must provide: Optional Arguments - - `file_glob`: If set to true, the file argument can be a glob pattern (asset_name is ignored in this case) + - `file_glob`: If set to true, the file argument can be a glob pattern (`asset_name` is ignored in this case) ## Usage @@ -97,7 +97,7 @@ jobs: tag: ${{ github.ref }} ``` -Example with file_glob: +Example with `file_glob`: ```yaml name: Publish on: