Skip to content

Commit 264d811

Browse files
LATEST_COMMIT replaced
Signed-off-by: vimal-java-dev <vimal929@gmail.com>
1 parent 8fd3c6a commit 264d811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc-check-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Verify latest commit signature
5555
if: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request' }}
5656
run: |
57-
LATEST_COMMIT=$(git rev-parse HEAD)
57+
LATEST_COMMIT=${{ github.event.pull_request.head.sha }}
5858
echo "🔍 Verifying commit: $LATEST_COMMIT"
5959
6060
# Step 1: Cryptographic verification

0 commit comments

Comments
 (0)