Skip to content

Commit 5888c80

Browse files
fix status comment action again
1 parent c5b55a8 commit 5888c80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/status-comment/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
echo "${{ inputs.body }}"
3939
fi
4040
echo
41-
echo "${{ steps.marker.outputs.marker }"
41+
echo "${{ steps.marker.outputs.marker }}"
4242
echo "EOF"
4343
} >> "$GITHUB_OUTPUT"
4444

.github/workflows/bench-turbopack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
run: |
282282
find artifacts -size 0 -delete
283283
mkdir -p data/${{ steps.date.outputs.year }}/${{ steps.date.outputs.month }}/ubuntu-latest-8-core/${{ steps.date.outputs.date }}-${{ github.sha }}/
284-
mv artifacts/bench_* data/${{ steps.date.outputs.year }}/${{ steps.date.outputs.month }}/ubuntu-latest-8-core/${{ steps.date.outputs.date }}-${{ github.sha }}/
284+
mv artifacts/bench-* data/${{ steps.date.outputs.year }}/${{ steps.date.outputs.month }}/ubuntu-latest-8-core/${{ steps.date.outputs.date }}-${{ github.sha }}/
285285
286286
- name: Git pull
287287
run: git pull --depth=1 --no-tags origin benchmark-data

0 commit comments

Comments
 (0)