How would you pass text or arguments from the slash command to the payload of the request?
Let's say you want to use a /deploy command and pass arguments for the environment or version of the deployment to be later used inside the GitHub action.
/deploy [environment] [version] ...
How would you pass text or arguments from the slash command to the payload of the request?
Let's say you want to use a
/deploycommand and pass arguments for the environment or version of the deployment to be later used inside the GitHub action.