Skip to content

Commit 87a08e5

Browse files
authored
Merge fbe1666 into 4a8eeda
2 parents 4a8eeda + fbe1666 commit 87a08e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/test_ya/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ runs:
148148
shell: bash
149149
run: |
150150
set -x
151+
echo "Artifacts will be uploaded [here](${PUBLIC_DIR_URL}/index.html)" | .github/scripts/tests/comment-pr.py
151152
152153
ORIGINAL_HEAD=$(git rev-parse HEAD)
153154
@@ -538,7 +539,7 @@ runs:
538539
set -x
539540
echo "::group::s3-sync"
540541
.github/scripts/Indexer/indexer.py -r "$PUBLIC_DIR/"
541-
echo "00 [Workflow artifacts](${S3_URL_PREFIX}/index.html)" >> $SUMMARY_LINKS
542+
echo "00 [Artifacts](${PUBLIC_DIR_URL}/index.html)" >> $SUMMARY_LINKS
542543
s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
543544
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
544545
echo "::endgroup::"

0 commit comments

Comments
 (0)