mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Add more info on the commenting CI command
This commit is contained in:
parent
76c6f554d6
commit
6ecb26a3f8
@ -86,6 +86,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}
|
GITHUB_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}
|
||||||
run: |
|
run: |
|
||||||
|
set -x
|
||||||
export base_ref=$(git log --pretty=%p -n 1)
|
export base_ref=$(git log --pretty=%p -n 1)
|
||||||
export base_filename=$(echo ${{ steps.command.outputs.command-arguments }}_main_${base_ref}.json)
|
export base_filename=$(echo ${{ steps.command.outputs.command-arguments }}_main_${base_ref}.json)
|
||||||
echo 'Here are your benchmarks diff 👊' >> body.txt
|
echo 'Here are your benchmarks diff 👊' >> body.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user