Skip to content

Commit

Permalink
remove the \n
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG authored Feb 7, 2024
1 parent 47803fb commit 2f469f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse.benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
aws s3 sync "s3://benchmark/clickbench/release/${dataset}/latest/" ./results/${dataset}/ --exclude "*" --include "*.json"
./update_results.py --dataset $dataset --pr ${{ inputs.source_id }}
aws s3 cp ./results/${dataset}.html ${REPORT_S3_PREFIX}/${dataset}.html
echo "* **${dataset}**: https://benchmark.databend.rs/clickbench/pr/${{ inputs.source_id }}/${{ inputs.run_id }}/${dataset}.html\n" >> /tmp/body
echo "* **${dataset}**: https://benchmark.databend.rs/clickbench/pr/${{ inputs.source_id }}/${{ inputs.run_id }}/${dataset}.html" >> /tmp/body
done
- name: Comment on PR
uses: everpcpc/comment-on-pr-action@v1
Expand Down

0 comments on commit 2f469f5

Please sign in to comment.