mvasigh / dispatch-action

Github Action for triggering other workflows via message passing
MIT License
57 stars 9 forks source link

How do I pass custom variable value to message variables? #32

Closed madhav23bansal closed 1 year ago

madhav23bansal commented 1 year ago

message: | { "key": ${{ value }} }

madhav23bansal commented 1 year ago

Found the answer to this, syntax:

message: |
  {
    "key": "${{ value }}" 
  }