Skip to content

Bump golang.org/x/term from 0.16.0 to 0.17.0 #48

Bump golang.org/x/term from 0.16.0 to 0.17.0

Bump golang.org/x/term from 0.16.0 to 0.17.0 #48

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