We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e7bfc commit 2c4801bCopy full SHA for 2c4801b
.github/workflows/build_and_test_ya.yml
@@ -76,7 +76,7 @@ jobs:
76
# tricky: we are searching job with name that contains build_preset
77
check_url=$(curl -s $jobs_url | jq --arg n "$BUILD_PRESET" -r '.jobs[] | select(.name | contains($n)) | .html_url')
78
79
- echo "Pre-commit [check]($check_url) for ${{ github.event.pull_request.head.sha }} has started." | .github/scripts/tests/comment-pr.py --rewrite
+ echo "Pre-commit [check]($check_url) for ${{ inputs.commit_sha }} has started." | .github/scripts/tests/comment-pr.py --rewrite
80
81
- name: Prepare s3cmd
82
uses: ./.github/actions/s3cmd
0 commit comments