You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to trigger a job with an input defined as:
functional-test-distros:
description: 'Distros to run Functional testing on (i.e. el8, el8, leap15, etc.)'required: false
and trying to pass a JSON array as the value. For example: ["el8","el9","leap15"].
Doing this works fine when I run the workflow manually from the GitHub Actions UI.
When I try to pass that JSON string as an input from trigger-workflow-and-wait I get an error. Here is the output from the entire trigger-workflow-and-wait step:
So while I can appreciate that this action is just passing along an error from the API, do you have any further thoughts on why this works when run interactively from GitHub Actions UI but not via the API?
The text was updated successfully, but these errors were encountered:
Hi.
I'm trying to trigger a job with an input defined as:
and trying to pass a JSON array as the value. For example:
["el8","el9","leap15"]
.Doing this works fine when I run the workflow manually from the GitHub Actions UI.
When I try to pass that JSON string as an input from
trigger-workflow-and-wait
I get an error. Here is the output from the entiretrigger-workflow-and-wait
step:The JSON string is valid:
So while I can appreciate that this action is just passing along an error from the API, do you have any further thoughts on why this works when run interactively from GitHub Actions UI but not via the API?
The text was updated successfully, but these errors were encountered: