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 2c8904c commit 315eaceCopy full SHA for 315eace
.github/workflows/test-bdk-ffi-latest.yaml
@@ -1,4 +1,4 @@
1
-name: Trigger test for BDK-FFI Latest Merge
+name: Trigger Tests for BDK-FFI Latest Commit
2
on:
3
workflow_dispatch:
4
repository_dispatch:
@@ -22,7 +22,8 @@ jobs:
22
cd ./bdk-ffi/ \
23
&& git fetch origin \
24
&& git checkout master \
25
- && git pull origin master
+ && git pull origin master \
26
+ && echo "Testing commit: $(git log -1 --pretty=format:'%h %s (author: %cn)')"
27
28
- name: "Cache"
29
uses: actions/cache@v3
0 commit comments