From fc823beac6f0a7537fcd32e1c058b8942e4b00ab Mon Sep 17 00:00:00 2001 From: Dunemask Date: Wed, 14 Feb 2024 19:52:17 -0700 Subject: [PATCH] [FEATURE] Infisical Tool Rewrite --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c081500..e6b8644 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'The environment to fetch secrets for (e.g., staging, production)' required: true secret-path: - description: 'Secret path (defaults to /)' + description: 'Secret path' required: true api-url: description: 'Infisical API URL (defaults to https://infisical.dunemask.dev/api)'