From ed925880d3a21d0d88fc7b7bd09055cc9d478f25 Mon Sep 17 00:00:00 2001
From: Marco Accorinti <accosk8@gmail.com>
Date: Wed, 20 Sep 2023 20:59:18 +0200
Subject: [PATCH] fix(action.yml): path description

Add working-directory
---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 2311f58..d4732ad 100644
--- a/action.yml
+++ b/action.yml
@@ -49,7 +49,7 @@ inputs:
     description: 'Whether to configure the token or SSH key with the local git config'
     default: true
   path:
-    description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
+    description: 'Relative path under $GITHUB_WORKSPACE/working-directory to place the repository'
   clean:
     description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
     default: true