From 6f3be9b57486016b58de65da801254aec4fe8454 Mon Sep 17 00:00:00 2001 From: Alexander Lukens Date: Tue, 12 Mar 2024 15:34:45 -0400 Subject: [PATCH] did not format my string the way the rest of the file is. Corrected --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e7427bf..500eed1 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ inputs: container-name: description: 'MongoDB container name (default: "mongodb")' required: false - default: "mongodb" + default: 'mongodb' runs: using: 'docker'