How in the GitHub action itself can I grab the entire array values of github.event.client_payload.applications? Currently this value is literally the string Array. I am looking for it to be exploded into a string separated by commas.
Add a bulleted list, <Ctrl+Shift+8>Add a numbered list, <Ctrl+Shift+7>Add a task list, <Ctrl+Shift+l>
Directly mention a user or teamReference an issue or pull request
Add heading textAdd bold text, <Ctrl+b>Add italic text, <Ctrl+i>Add a bulleted list, <Ctrl+Shift+8>Add a numbered list, <Ctrl+Shift+7>Add a task list, <Ctrl+Shift+l>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
You can’t perform that action at this time.
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.
-
I am using the
on: repository_dispatch
event and looking to send a custom JSON payload which will contain an array like:How in the GitHub action itself can I grab the entire array values of
github.event.client_payload.applications
? Currently this value is literally the stringArray
. I am looking for it to be exploded into a string separated by commas.github.event.client_payload.applications = Array
Beta Was this translation helpful? Give feedback.
Solution is to use the built-in function: