refactor(get-images-from-files): to return json array #31
Reference in New Issue
Block a user
Delete Branch "refactor-get-images-from-files-to-return-json-array"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Working with a proper JSON array is way better than the comma separated list, as the JSON array can be directly fed into subsequent GitHub actions, without re-formatting.
Changes don't need to be treated as breaking, as there is no productive consumer yet.
94486bb8a4to2dedf00157refactor(get-images-from-files)!: to return json arrayto refactor(get-images-from-files): to return json array2dedf00157to2cc0a00fe1The changes align with the PR title and description, converting outputs to JSON arrays for better GitHub actions integration. The code updates use jq for JSON processing and escape handling, which is appropriate. The test cases' long digests may be placeholders, but they don't constitute critical errors.