Update: Added debug input that displays contents of the downloaded archive.
All checks were successful
Test Action / test (push) Successful in 15s

This commit is contained in:
2026-01-11 01:08:38 +01:00
parent dd0b70853b
commit 95fbe95099
4 changed files with 40 additions and 28 deletions

View File

@@ -12,6 +12,10 @@ inputs:
description: 'The type of the file to be downloaded (archive, package, or custom regex).'
required: false
default: 'archive'
debug:
description: 'When set to true, displays the contents of the unpacked archive or directory.'
required: false
default: 'false'
token:
description: 'The GitHub token to use for authentication'
required: false