From 34907f062423384c7531fa7d07eced5e5655b2be Mon Sep 17 00:00:00 2001 From: Nick Adcock Date: Fri, 6 Mar 2020 13:55:12 +0000 Subject: [PATCH] Fix spelling of delimited Signed-off-by: Nick Adcock --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a88203..3638184 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Always attempt to pull a newer version of the image. ### `build_args` -Comma-delmited list of build-time variables. +Comma-delimited list of build-time variables. Example: diff --git a/action.yml b/action.yml index 16e51c2..f9ccdf8 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ inputs: required: false default: false build_args: - description: Comma-delmited list of build-time variables + description: Comma-delimited list of build-time variables required: false labels: description: Comma-delimited list of labels to add to the built image