Skip to content

Add optional -g/--grimoire flag to choose source file other than Niet… #44

Add optional -g/--grimoire flag to choose source file other than Niet…

Add optional -g/--grimoire flag to choose source file other than Niet… #44

Workflow file for this run

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
id: scd
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.PAT }}
commands: |
release
dispatch-type: workflow
permission: admin
repository: yunginnanet/HellPot
static-args: |
repository=${{ github.repository }}
comment-id=${{ github.event.comment.id }}