From ad5dfd50a183aa1f202ecd7d028ebf2b8174bb91 Mon Sep 17 00:00:00 2001 From: Gautam Krishna R Date: Thu, 22 Feb 2024 21:28:50 +0530 Subject: [PATCH] update action param doc --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1dc5ec6..5c23080 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: default: "false" required: false use_api: - description: "Instead of using dummy commits, workflow uses GitHub API to keep the repository active. This will keep your commit history clean. Make sure you set a gh_token with actions:write permission. This wont work with the default GitHub actions token" + description: "Instead of using dummy commits, workflow uses GitHub API to keep the repository active. This will keep your commit history clean. Make sure you set a gh_token with actions:write permission." default: "false" required: false