feat: respect working_directory for files globs; add input and tests (#667)

This commit is contained in:
Stephen Way 2025-10-06 19:51:45 -07:00 committed by GitHub
parent 14820f2cee
commit 4db716b167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 50 additions and 8 deletions

View file

@ -27,6 +27,9 @@ inputs:
files:
description: "Newline-delimited list of path globs for asset files to upload"
required: false
working_directory:
description: "Base directory to resolve 'files' globs against (defaults to job working-directory)"
required: false
overwrite_files:
description: "Overwrite existing files with the same name. Defaults to true"
required: false