slack-samples / deno-starter-template

A template for building Slack apps with Deno
MIT License
107 stars 20 forks source link

Add `channel` to trigger inputs #31

Closed zimeg closed 1 year ago

zimeg commented 1 year ago

Type of change

Summary

This PR adds a channel input with a channel_id value to the trigger for sample_workflow to include all necessary inputs for this workflow. Closes #30.

Requirements