Skip to content

Commit ab24a59

Browse files
ci: print true author name in triggered tests runs
1 parent 21b77b3 commit ab24a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-bdk-ffi-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
&& git fetch origin \
2424
&& git checkout master \
2525
&& git pull origin master \
26-
&& echo "Testing commit: $(git log -1 --pretty=format:'%h %s (author: %cn)')"
26+
&& echo "Testing commit: $(git log -1 --pretty=format:'%h %s (author: %an)')"
2727
2828
- name: "Cache"
2929
uses: actions/cache@v3

0 commit comments

Comments
 (0)