Replies: 1 comment
-
|
This is how I test |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run an action that should be run when a
repository_dispatchevent is issued in another workflow.My current
event.jsonis like this:{ "event_type": "deploy.staging", "client_payload": { "service_name": "frontend", "service_version": "v0.1.9" } }And I am submitting my workflow via this command:
But the variables related to payload are empty in the above command. Am I running this correctly?
Beta Was this translation helpful? Give feedback.
All reactions