Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Jun 20, 2024
1 parent 6db8658 commit 0f104fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd_perf_kernel_nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
git rebase upstream/main || { echo "Rebase failed"; exit 1; }
- name: Show Git Log
run: |
echo "Git log after rebase:"
git log --oneline --graph --decorate -n 20
echo "Git log after rebase from upstream/main to HEAD:"
git log upstream/main..HEAD --oneline --graph --decorate -n 20
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Clear cache
Expand Down

0 comments on commit 0f104fe

Please sign in to comment.