From 9788e897f48a7b83e3a0e949993075bda4836ff2 Mon Sep 17 00:00:00 2001 From: Vladimir Milosevic Date: Tue, 17 Dec 2024 11:46:40 +0000 Subject: [PATCH] Update message --- .github/workflows/build-and-test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 8cf7c1b6b..bbd97810c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -104,10 +104,10 @@ jobs: branch_name=$(git rev-parse --abbrev-ref HEAD) commit_sha=$(git rev-parse HEAD) commit_title=$(git log -1 --pretty=%s) - echo "### Using tt-mlir override \ - branch: $branch_name \ - commit: $commit_sha \ - title: $commit_title" >> $GITHUB_STEP_SUMMARY + echo "### Using tt-mlir override" >> $GITHUB_STEP_SUMMARY + echo "Branch: $branch_name" >> $GITHUB_STEP_SUMMARY + echo "Commit: $commit_sha" >> $GITHUB_STEP_SUMMARY + echo "Title: $commit_title" >> $GITHUB_STEP_SUMMARY cd ../.. - name: ccache @@ -170,10 +170,10 @@ jobs: branch_name=$(git rev-parse --abbrev-ref HEAD) commit_sha=$(git rev-parse HEAD) commit_title=$(git log -1 --pretty=%s) - echo "### Using tt-mlir override \ - branch: $branch_name \ - commit: $commit_sha \ - title: $commit_title" >> $GITHUB_STEP_SUMMARY + echo "### Using tt-mlir override" >> $GITHUB_STEP_SUMMARY + echo "Branch: $branch_name" >> $GITHUB_STEP_SUMMARY + echo "Commit: $commit_sha" >> $GITHUB_STEP_SUMMARY + echo "Title: $commit_title" >> $GITHUB_STEP_SUMMARY cd ../.. - name: Upload Test Report