Skip to content

Commit 61f46fa

Browse files
authored
ci: fix typo for update benchmark result [skip ci] (#10899)
1 parent 0bf7ac6 commit 61f46fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trusted-benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ jobs:
312312
- name: Generate clickbench report
313313
working-directory: benchmark/clickbench
314314
run: |
315-
./update_results.py --dataset hits --pr {{ needs.metadata.outputs.source_id }}
316-
./update_results.py --dataset tpch --pr {{ needs.metadata.outputs.source_id }}
315+
./update_results.py --dataset hits --pr ${{ needs.metadata.outputs.source_id }}
316+
./update_results.py --dataset tpch --pr ${{ needs.metadata.outputs.source_id }}
317317
- name: Upload PR clickbench report to repo.databend.rs
318318
working-directory: benchmark/clickbench
319319
run: |
@@ -360,7 +360,7 @@ jobs:
360360
working-directory: benchmark/clickbench
361361
run: |
362362
aws s3 sync ${{ env.BENCHMARK_S3_PREFIX }}/release/${{ matrix.dataset }}/$(date -u +%Y)/$(date -u +%m)/ ./results/${{ matrix.dataset }}/ --no-progress
363-
./update_results.py --dataset ${{ matrix.dataset }} --release {{ needs.metadata.outputs.source_id }}
363+
./update_results.py --dataset ${{ matrix.dataset }} --release ${{ needs.metadata.outputs.source_id }}
364364
- name: Upload nightly results to repo.databend.rs
365365
working-directory: benchmark/clickbench/
366366
run: |

0 commit comments

Comments
 (0)