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 +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -211,19 +211,15 @@ jobs:
211211 #
212212 # Create report
213213 #
214- - name : " Checkout head code"
214+ - name : " Checkout code"
215215 uses : actions/checkout@v3
216- with :
217- repository : ${{ env.HEAD_REPO }}
218- ref : ${{ env.HEAD_SHA }}
219- path : ${{ env.HEAD_DIR }}
220216 - name : Generate summary
221217 run : |
222- ${{ env.HEAD_DIR }}/ script/ci-perf-summary-md \
218+ script/ci-perf-summary-md \
223219 ${{ env.BASE_MASSIF_OUT }} \
224220 ${{ env.HEAD_MASSIF_OUT }} \
225221 '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.' \
226- | ${{ env.HEAD_DIR }}/ script/ci-comment-json > ${{ env.COMMENT_JSON }}
222+ | script/ci-comment-json > ${{ env.COMMENT_JSON }}
227223 - name : Add summary comment to PR
228224 run : |
229225 curl \
You can’t perform that action at this time.
0 commit comments