diff --git a/.github/actions/test_ya/action.yml b/.github/actions/test_ya/action.yml index da5408b7dbe8..824f327c9eb9 100644 --- a/.github/actions/test_ya/action.yml +++ b/.github/actions/test_ya/action.yml @@ -148,6 +148,7 @@ runs: shell: bash run: | set -x + echo "Artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | GITHUB_TOKEN="${{ github.token }}" .github/scripts/tests/comment-pr.py ORIGINAL_HEAD=$(git rev-parse HEAD) @@ -538,7 +539,7 @@ runs: set -x echo "::group::s3-sync" .github/scripts/Indexer/indexer.py -r "$PUBLIC_DIR/" - echo "00 [Workflow artifacts](${S3_URL_PREFIX}/index.html)" >> $SUMMARY_LINKS + echo "00 [Artifacts](${PUBLIC_DIR_URL}/index.html)" >> $SUMMARY_LINKS s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/" cat $SUMMARY_LINKS | python3 -c 'import sys; print(" | ".join([v for _, v in sorted([l.strip().split(" ", 1) for l in sys.stdin], key=lambda a: (int(a[0]), a))]))' >> $GITHUB_STEP_SUMMARY echo "::endgroup::"