We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b77b3 commit ab24a59Copy full SHA for ab24a59
.github/workflows/test-bdk-ffi-latest.yaml
@@ -23,7 +23,7 @@ jobs:
23
&& git fetch origin \
24
&& git checkout master \
25
&& git pull origin master \
26
- && echo "Testing commit: $(git log -1 --pretty=format:'%h %s (author: %cn)')"
+ && echo "Testing commit: $(git log -1 --pretty=format:'%h %s (author: %an)')"
27
28
- name: "Cache"
29
uses: actions/cache@v3
0 commit comments