fix(ci): pass target SHA to Telegram evidence finalizer (#116331)

This commit is contained in:
Dallin Romney
2026-07-30 17:31:45 +08:00
committed by GitHub
parent ea894bba8a
commit 4edc0e9d9e
@@ -2559,6 +2559,7 @@ jobs:
CANDIDATE_ROOT: ${{ steps.create_sut.outputs.candidate_root }}
OUTPUT_DIR: ${{ steps.run_lane.outputs.output_dir }}
RUN_LANE_OUTCOME: ${{ steps.run_lane.outcome }}
TARGET_SHA: ${{ inputs.target_sha }}
shell: bash
run: |
set -euo pipefail