From 6ecb26a3f8207cb9674b766afb7b8df57d176a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Thu, 12 Oct 2023 11:54:56 +0200 Subject: [PATCH] Add more info on the commenting CI command --- .github/workflows/trigger-benchmarks-on-message.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trigger-benchmarks-on-message.yml b/.github/workflows/trigger-benchmarks-on-message.yml index e336a1b72..d89254625 100644 --- a/.github/workflows/trigger-benchmarks-on-message.yml +++ b/.github/workflows/trigger-benchmarks-on-message.yml @@ -86,6 +86,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }} run: | + set -x export base_ref=$(git log --pretty=%p -n 1) export base_filename=$(echo ${{ steps.command.outputs.command-arguments }}_main_${base_ref}.json) echo 'Here are your benchmarks diff 👊' >> body.txt