From 79a6a8f72cb7130908fe1912d7f0072b91e8f597 Mon Sep 17 00:00:00 2001 From: Scyjin <60717548+Scyjin@users.noreply.github.com> Date: Tue, 29 Apr 2025 18:01:30 +0200 Subject: [PATCH] updated precise description Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 706da3e6..69f3fdb6 100644 --- a/action.yml +++ b/action.yml @@ -60,7 +60,7 @@ inputs: description: 'URL of a repository where maven will look for Dependencies - e.g. "https://maven.pkg.github.com//*"' required: false no-snapshots: - description: 'Sets the flag, if snapshots of custom repositories, shall be allowed of not. (default does allow Snapshots)' + description: 'Determines whether snapshots for custom repositories are allowed; defaults to allowing snapshots.' required: false default: false use-central: