This repository was archived by the owner on Sep 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 uses : actions/cache@v3
6060 with :
6161 path : ${{ env.BASE_MASSIF_OUT }}
62- key : ${{ runner.os }}-${{ env.BASE_REPO }}@${{ env.BASE_SHA}}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}/${{ env.TEST_SRC }}
62+ key : ${{ runner.os }}-${{ env.BASE_REPO }}@${{ env.BASE_SHA }}-${{ env.TEST_REPO }}@${{ env.TEST_REF }}/${{ env.TEST_SRC }}
6363 - name : " Checkout base code"
6464 if : steps.cache-base-result.outputs.cache-hit != 'true'
6565 uses : actions/checkout@v3
@@ -127,7 +127,7 @@ jobs:
127127 ${{ env.HEAD_DIR }}/script/ci-perf-summary-md \
128128 ${{ env.BASE_MASSIF_OUT }} \
129129 ${{ env.HEAD_MASSIF_OUT }} \
130- 'Comparing base ${{ env.BASE_REPO }}@${{ env.BASE_SHA }} with head ${{ env.HEAD_REPO }}@${{ env.HEAD_SHA }} on ` ${{ env.TEST_SRC }}` in ${{ env.TEST_REPO }}@ ${{ env.TEST_REF }}. For details see [workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) artifacts.' \
130+ 'Comparing base ${{ env.BASE_REPO }}@${{ env.BASE_SHA }} with head ${{ env.HEAD_REPO }}@${{ env.HEAD_SHA }} on [ ${{ env.TEST_REPO }}@${{ env.TEST_REF }}]( ${{ github.server_url }}/${{ env.TEST_REPO }}/tree/ ${{ env.TEST_REF }}) . For details see [workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) artifacts.' \
131131 | ${{ env.HEAD_DIR }}/script/ci-comment-json > ${{ env.COMMENT_JSON }}
132132 - name : Upload reports
133133 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments