Skip to content

Commit efca745

Browse files
committed
debug
1 parent dc2ce13 commit efca745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
bb test
6969
env:
70-
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i ./test-resources/id_ed25519_bbin_test_lib_private
70+
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i ${{ github.workspace }}/test-resources/id_ed25519_bbin_test_lib_private
7171
GITLIBS_DEBUG: true
7272
- name: Upload debug log
7373
if: failure()

0 commit comments

Comments
 (0)