2024-02-15 01:20:46 +01:00
|
|
|
name: Tgt
|
|
|
|
run-name: CommentCollection
|
|
|
|
on:
|
|
|
|
issue_comment:
|
2024-02-15 01:22:34 +01:00
|
|
|
types: [created]
|
2024-02-15 01:20:46 +01:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
Dump Gitea Context:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|