File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
actions/create_check_status Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3636 /repos/${{ github.repository }}/statuses/${{ inputs.sha }} \
3737 -f state='${{ inputs.state }}' \
3838 -f target_url='https://github.com/datafuselabs/databend/actions/runs/${{ github.run_id }}' \
39- -f description='${{ inputs.descriptions }}' \
39+ -f description='${{ inputs.description }}' \
4040 -f context='${{ inputs.context }}'
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ jobs:
153153 id : benchmark
154154 with :
155155 sha : ${{ needs.metadata.outputs.sha }}
156+ run_id : ${{ needs.metadata.outputs.run_id }}
156157 dataset : ${{ matrix.dataset }}
157158 source : ${{ needs.metadata.outputs.source }}
158159 source_id : ${{ needs.metadata.outputs.source_id }}
@@ -249,6 +250,7 @@ jobs:
249250 id : benchmark
250251 with :
251252 sha : ${{ needs.metadata.outputs.sha }}
253+ run_id : ${{ needs.metadata.outputs.run_id }}
252254 dataset : ${{ matrix.dataset }}
253255 source : ${{ needs.metadata.outputs.source }}
254256 source_id : ${{ needs.metadata.outputs.source_id }}
You can’t perform that action at this time.
0 commit comments