Skip to content

Bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0 #59

Bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0

Bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0 #59

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