chia7712 commented on code in PR #17195:
URL: https://github.com/apache/kafka/pull/17195#discussion_r1759632756


##########
.github/workflows/ci-complete.yml:
##########
@@ -78,26 +73,35 @@ jobs:
         uses: ./.github/actions/gh-api-update-status
         with:
           gh-token: ${{ secrets.GITHUB_TOKEN }}
+          repository: ${{ github.repository }}
           commit_sha: ${{ github.event.workflow_run.head_sha }}
           url: '${{ github.event.repository.html_url }}/actions/runs/${{ 
github.run_id }}'

Review Comment:
   just an idea. We need to check the CI workflow to find out the root cause 
for nonexistent build scan, so `url` can be changed to `${{ 
github.event.workflow_run.html_url }}` which references to "CI" workflow. WDYT?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to