Commit 5888c80 1 parent c5b55a8 commit 5888c80 Copy full SHA for 5888c80
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
echo "${{ inputs.body }}"
39
39
fi
40
40
echo
41
- echo "${{ steps.marker.outputs.marker }"
41
+ echo "${{ steps.marker.outputs.marker }} "
42
42
echo "EOF"
43
43
} >> "$GITHUB_OUTPUT"
44
44
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ jobs:
281
281
run : |
282
282
find artifacts -size 0 -delete
283
283
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 }}/
285
285
286
286
- name : Git pull
287
287
run : git pull --depth=1 --no-tags origin benchmark-data
You can’t perform that action at this time.
0 commit comments