Fix: Correct file-type input for asset selection and enhance regex filtering debugging with dry run support
Some checks failed
Test Action / test (push) Failing after 7s

This commit is contained in:
2026-04-07 07:02:42 +02:00
parent e7e7ee53f6
commit 26ef54930a
4 changed files with 33 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ inputs:
description: 'The name or regex pattern (prefixed with ~) of the binary to search for within the asset. Defaults to the repository name.'
required: false
file-type:
description: 'Asset type selector: archive, package, zip, gzip, gz, tar, tar.gz, tgz, deb, pkg, rpm.'
description: 'Asset type selector. Known values: archive, package, linux, macos, targz. Custom values: ~<regex> or extension (e.g. zip, .tar.gz).'
required: false
update-cache:
description: 'How to handle the tool cache (false, true, or always). Defaults to false.'