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