add workflow run id on lint annotation workflow

Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
This commit is contained in:
Jerens Lensun 2025-06-04 11:03:29 +08:00
parent 6e100cadb8
commit 9991374952

View file

@ -22,6 +22,7 @@ jobs:
with:
name: clippy-lint-result
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Retrieve Head Sha
run: |
echo "HEAD_SHA=$(cat ./pr/head_sha)" >> $GITHUB_OUTPUT