From 205b26a2f065d96c39b006e9847b9c274f6f2565 Mon Sep 17 00:00:00 2001 From: ffaerber Date: Fri, 3 Jul 2026 22:08:25 +0200 Subject: [PATCH] Update .gitea/workflows/agent.yml --- .gitea/workflows/agent.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/agent.yml b/.gitea/workflows/agent.yml index abdaf8c..c3d4723 100644 --- a/.gitea/workflows/agent.yml +++ b/.gitea/workflows/agent.yml @@ -6,6 +6,18 @@ on: workflow_call: jobs: + + debug: + runs-on: ci-runner + steps: + - run: | + echo "event_name=[${{ github.event_name }}]" + echo "issue.user.login=[${{ github.event.issue.user.login }}]" + echo "comment.user.login=[${{ github.event.comment.user.login }}]" + echo "comment.body=[${{ github.event.comment.body }}]" + echo "--- raw event ---" + cat "$GITHUB_EVENT_PATH" + agent: # Trusted author only, and only when a known agent is mentioned. This gate is the main # defense against malicious-issue prompt injection — do not loosen it.