Skip to content

Commit 2c4801b

Browse files
authored
ci: comment actual merge commit sha instead of PR head (#1264)
1 parent 72e7bfc commit 2c4801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test_ya.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# tricky: we are searching job with name that contains build_preset
7777
check_url=$(curl -s $jobs_url | jq --arg n "$BUILD_PRESET" -r '.jobs[] | select(.name | contains($n)) | .html_url')
7878
79-
echo "Pre-commit [check]($check_url) for ${{ github.event.pull_request.head.sha }} has started." | .github/scripts/tests/comment-pr.py --rewrite
79+
echo "Pre-commit [check]($check_url) for ${{ inputs.commit_sha }} has started." | .github/scripts/tests/comment-pr.py --rewrite
8080
8181
- name: Prepare s3cmd
8282
uses: ./.github/actions/s3cmd

0 commit comments

Comments
 (0)