.gitea/workflows/issue.yml hinzugefügt
CI / release (push) Waiting to run
Details
CI / release (push) Waiting to run
Details
This commit is contained in:
parent
bd4db9c536
commit
bc88937f6f
|
@ -0,0 +1,11 @@
|
|||
name: Tgt
|
||||
run-name: CommentCollection
|
||||
on:
|
||||
issue_comment:
|
||||
type: [created]
|
||||
|
||||
jobs:
|
||||
Dump Gitea Context:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
Loading…
Reference in New Issue