From 13830bc8e8c06b5f4276bf8845f8ba2c2191c753 Mon Sep 17 00:00:00 2001 From: repair-agent Date: Tue, 24 Feb 2026 13:46:11 +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. 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 b7cd728..93b6c01 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -113,11 +113,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