refactor(get-images-from-files): to return json array #31

Merged
t.behrendt merged 3 commits from refactor-get-images-from-files-to-return-json-array into main 2026-02-05 20:33:06 +01:00
Owner

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.

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.
t.behrendt force-pushed refactor-get-images-from-files-to-return-json-array from 94486bb8a4 to 2dedf00157 2026-02-05 20:28:36 +01:00 Compare
t.behrendt changed title from refactor(get-images-from-files)!: to return json array to refactor(get-images-from-files): to return json array 2026-02-05 20:28:45 +01:00
t.behrendt force-pushed refactor-get-images-from-files-to-return-json-array from 2dedf00157 to 2cc0a00fe1 2026-02-05 20:29:11 +01:00 Compare
t.behrendt requested review from branch-buddy 2026-02-05 20:29:38 +01:00
branch-buddy approved these changes 2026-02-05 20:32:53 +01:00
branch-buddy left a comment
Collaborator

The 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.

The 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.
t.behrendt merged commit d3dadf6c27 into main 2026-02-05 20:33:06 +01:00
t.behrendt deleted branch refactor-get-images-from-files-to-return-json-array 2026-02-05 20:33:06 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/sec-actions#31