.gitea/workflows/issue.yml hinzugefügt
CI / release (push) Waiting to run Details

This commit is contained in:
florian 2024-02-15 01:20:46 +01:00
parent bd4db9c536
commit bc88937f6f
1 changed files with 11 additions and 0 deletions

View 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."