Skip to content

Commit

Permalink
git log
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jul 4, 2024
1 parent 5ebf511 commit 8f4ec68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Git Log
run: git log -n2

- name: Get prev commit
run: echo "PREV_COMMIT=$(git --no-pager log -n2 | grep commit | tail -n1 | cut -d' ' -f2)" >> $GITHUB_ENV

Expand Down

0 comments on commit 8f4ec68

Please sign in to comment.