This commit is contained in:
parent
bd4db9c536
commit
bc88937f6f
11
.gitea/workflows/issue.yml
Normal file
11
.gitea/workflows/issue.yml
Normal file
@ -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…
x
Reference in New Issue
Block a user