Skip to content

Bump wangyoucao577/go-release-action from 1.50 to 1.51 #60

Bump wangyoucao577/go-release-action from 1.50 to 1.51

Bump wangyoucao577/go-release-action from 1.50 to 1.51 #60

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