Skip to content

[Anon] Chaos - Chaos Space Marines: Chaos Space Marine's Creation's of Bile Detachment allows the "Helm of All-Seeing" and "Prime Test Subject" to be applied to models such as the Daemon Prince and Lord Discordant. #2060

[Anon] Chaos - Chaos Space Marines: Chaos Space Marine's Creation's of Bile Detachment allows the "Helm of All-Seeing" and "Prime Test Subject" to be applied to models such as the Daemon Prince and Lord Discordant.

[Anon] Chaos - Chaos Space Marines: Chaos Space Marine's Creation's of Bile Detachment allows the "Helm of All-Seeing" and "Prime Test Subject" to be applied to models such as the Daemon Prince and Lord Discordant. #2060

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@v3
with:
repository: BSData/chatops
path: chatops
- name: /command dispatch
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.SLASH_COMMAND_DISPATCH_TOKEN }}
config-from-file: chatops/commands.json