From 5b1833c6cff20933e444b6948352f76f8459eeec 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 90e5ed4..5639bf3 100644
--- a/action.yml
+++ b/action.yml
@@ -53,7 +53,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