Skip to content

Bump git.tcp.direct/kayos/common from 0.9.4 to 0.9.6 #27

Bump git.tcp.direct/kayos/common from 0.9.4 to 0.9.6

Bump git.tcp.direct/kayos/common from 0.9.4 to 0.9.6 #27

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@v3
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 }}