Skip to content

[Anon] Legiones Astartes: There’s always an error saying I need a dedicated transport, when I want to use other transports #92

[Anon] Legiones Astartes: There’s always an error saying I need a dedicated transport, when I want to use other transports

[Anon] Legiones Astartes: There’s always an error saying I need a dedicated transport, when I want to use other transports #92

Workflow file for this run

# For details and description, see https://github.com/BSData/chatops
name: ChatOps
on:
issue_comment:
types: [created]
jobs:
dispatch:
runs-on: ubuntu-latest
if: startsWith(github.event.comment.body, '/')
steps:
- name: Checkout ChatOps repo
uses: actions/checkout@v4
with:
repository: BSData/chatops
path: chatops
- name: /command dispatch
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.SLASH_COMMAND_DISPATCH_TOKEN }}
config-from-file: chatops/commands.json