Skip to content

Commit 8f4ec68

Browse files
author
Reuven
committedJul 4, 2024
git log
1 parent 5ebf511 commit 8f4ec68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/bc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Check out code
1919
uses: actions/checkout@v4
2020

21+
- name: Git Log
22+
run: git log -n2
23+
2124
- name: Get prev commit
2225
run: echo "PREV_COMMIT=$(git --no-pager log -n2 | grep commit | tail -n1 | cut -d' ' -f2)" >> $GITHUB_ENV
2326

0 commit comments

Comments
 (0)