From 5674d5833e3984d70ca2fc0e2aa466362bac4dfe Mon Sep 17 00:00:00 2001 From: gucio321 Date: Sun, 22 Mar 2026 17:27:32 +0100 Subject: [PATCH] also change description in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ed7e85f..ad25cab 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ inputs: required: false default: '.' repository: - description: Local file path to the git repository. Defaults to the current directory (`.`) + description: Relative file path under $GITHUB_WORKSPACE to the git repository. Defaults to the current directory (`.`) required: false default: '.' commit_user_name: