mirror of https://github.com/apache/kafka.git
KAFKA-18244: Fix empty SHA on "Pull Request Labeled" workflow (#18190)
Reviewers: David Arthur <mumrah@gmail.com>
This commit is contained in:
parent
84049369c1
commit
2582d36291
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue