Skip to content

Fail dispatch for invalid JSON inputs - #112

Merged
benc-uk merged 1 commit into
mainfrom
fix/invalid-json-input
Sep 2, 2026
Merged

Fail dispatch for invalid JSON inputs#112
benc-uk merged 1 commit into
mainfrom
fix/invalid-json-input

Conversation

@benc-uk

@benc-uk benc-uk commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Stop processing when the inputs value contains malformed JSON
  • Preserve the original parsing error as the cause
  • Prevent the target workflow from being dispatched with empty inputs and unintended defaults
  • Rebuild the checked-in action bundle

Fixes #108

@benc-uk
benc-uk merged commit 78e99d7 into main Sep 2, 2026
17 of 18 checks passed
@benc-uk
benc-uk deleted the fix/invalid-json-input branch September 2, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fail in case the inputs: array is invalid JSON

1 participant