fix: multiple extra-files are not evaluated properly (#61)

Quoting issues caused multiple extra-files to be ignored.
This commit is contained in:
Julian Tölle 2024-09-15 20:59:17 +02:00 committed by GitHub
parent 7a3d46eac7
commit 2567293368
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 68 additions and 3 deletions

View file

@ -33,4 +33,4 @@ releaser-pleaser:
rp run \
--forge=gitlab \
--branch=$[[ inputs.branch ]] \
--extra-files=$[[ inputs.extra-files ]]
--extra-files="$[[ inputs.extra-files ]]"