From db66df907be027b4284bf65fe4869fbee957c369 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 1 Sep 2023 14:41:15 -0400 Subject: [PATCH] Quote input arg --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c9603b1..3cbcd3d 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ runs: using: docker image: Dockerfile args: - - ${{ inputs.who-to-greet }} + - '${{ inputs.who-to-greet }}'