11 lines
249 B
YAML
11 lines
249 B
YAML
|
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."
|