CD: Setup triggers (fix dispatch)
This commit is contained in:
parent
a9ca163e17
commit
130f127bb3
|
@ -11,7 +11,7 @@ on:
|
|||
required: true
|
||||
|
||||
jobs:
|
||||
releases-matrix:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -7,6 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Slash Command Dispatch
|
||||
id: scd
|
||||
uses: peter-evans/slash-command-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
|
@ -14,7 +15,7 @@ jobs:
|
|||
release
|
||||
dispatch-type: workflow
|
||||
permission: admin
|
||||
repository: ${{ github.event.inputs.repository }}
|
||||
repository: yunginnanet/HellPot
|
||||
static-args: |
|
||||
repository=${{ github.repository }}
|
||||
comment-id=${{ github.event.comment.id }}
|
||||
|
|
Loading…
Reference in New Issue