Skip to content

[Anon] Imperium - Adeptus Astartes - Deathwatch: Fortis Kill Team Intercessors’ primary weapons are incorrect. They are listed as: Bolt Rifle 24”, 2A, 3+, S4, -1AP, 1D, Assault, Heavy #2068

[Anon] Imperium - Adeptus Astartes - Deathwatch: Fortis Kill Team Intercessors’ primary weapons are incorrect. They are listed as: Bolt Rifle 24”, 2A, 3+, S4, -1AP, 1D, Assault, Heavy

[Anon] Imperium - Adeptus Astartes - Deathwatch: Fortis Kill Team Intercessors’ primary weapons are incorrect. They are listed as: Bolt Rifle 24”, 2A, 3+, S4, -1AP, 1D, Assault, Heavy #2068

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