From cbcf867b5b254ed9d47327ab80b728c30c97b53a Mon Sep 17 00:00:00 2001 From: repair-agent Date: Tue, 24 Feb 2026 13:46:08 +0800 Subject: [PATCH] fix(cicd): use correct context field names for Log Center fingerprint Add job_name and step_name to match Log Center's CI/CD fingerprint generation, replacing failed_step which was not recognized. This fixes deduplication causing new CI/CD failures to be silently dropped. Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c839152..644b42b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -118,11 +118,12 @@ jobs: \"stack_trace\": [\"${ERROR_LOG}\"] }, \"context\": { + \"job_name\": \"build-and-deploy\", + \"step_name\": \"${FAILED_STEP}\", \"workflow\": \"${{ github.workflow }}\", \"run_id\": \"${{ github.run_id }}\", \"branch\": \"${{ github.ref_name }}\", \"actor\": \"${{ github.actor }}\", - \"failed_step\": \"${FAILED_STEP}\", \"commit\": \"${{ github.sha }}\" } }" || true