KAFKA-18244: Fix empty SHA on "Pull Request Labeled" workflow (#18190)

Reviewers: David Arthur <mumrah@gmail.com>
This commit is contained in:
Nick Guo 2024-12-17 00:14:37 +08:00 committed by GitHub
parent 84049369c1
commit 2582d36291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ jobs:
repository: ${{ github.repository }}
run_id: ${{ env.RUN_ID }}
pr_number: ${{ env.PR_NUMBER }}
commit_sha: ${{ github.event.workflow_run.head_sha }}
commit_sha: ${{ github.event.pull_request.head.sha }}