From 69c5cda48c5fbf164529a6dc14a28f134e1e947c Mon Sep 17 00:00:00 2001 From: Aaron Tainter Date: Tue, 30 Jul 2024 08:53:14 -0700 Subject: [PATCH] Update action.yml Co-authored-by: Karan Kajla --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7f5a025..5621797 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Install WorkOS CLI' -description: 'Install the Doppler CLI into your PATH' +description: 'Install the WorkOS CLI into your PATH' runs: using: 'node20' main: 'index.js'