Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 742757c

Browse files
author
Hendrik van Antwerpen
committed
Remove reference to missing variable
1 parent d2702f3 commit 742757c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/perf.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)