Update: Added option update-cache, and changed default action behavior to always use cached version without checking for a new one.
All checks were successful
Test Action / test (push) Successful in 3s

This commit is contained in:
2026-01-11 08:05:18 +01:00
parent 03b8e6fa3b
commit ef971a6da4
3 changed files with 57 additions and 32 deletions

View File

@@ -15,6 +15,10 @@ inputs:
description: 'The type of the file to be downloaded (archive, package, or custom regex).'
required: false
default: 'archive'
update-cache:
description: 'How to handle the tool cache (false, true, or always). Defaults to false.'
required: false
default: 'false'
debug:
description: 'When set to true, displays the contents of the unpacked archive or directory.'
required: false