[Anon] Imperium - Adeptus Astartes - Space Wolves: Despite equipping stormshields on my squad of wolfguard terminators, the models only have 3 wounds per. #1661
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |