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

Commit 837aa90

Browse files
author
Hendrik van Antwerpen
committed
Fix syntax error
1 parent 057fd4d commit 837aa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Generate report
126126
run: |
127127
${{ env.HEAD_DIR }}/script/ci-perf-report-md \
128-
${{ env.HEAD_DIR${{ env.BASE_MASSIF_OUT }} \
128+
${{ env.BASE_MASSIF_OUT }} \
129129
${{ env.HEAD_MASSIF_OUT }} \
130130
'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 }}.' \
131131
| ${{ env.HEAD_DIR }}/script/ci-comment-json >> ${{ env.REPORT_COMMENT }}

0 commit comments

Comments
 (0)