Skip to content

Commit 9540fb2

Browse files
authored
ci: fix create check status input (#10849)
1 parent c63a524 commit 9540fb2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/create_check_status/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ runs:
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 }}'

.github/workflows/trusted-benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)