Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Dec 17, 2024
1 parent 2e4e2c3 commit 9788e89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9788e89

Please sign in to comment.