We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2ce13 commit efca745Copy full SHA for efca745
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
bb test
69
env:
70
- GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i ./test-resources/id_ed25519_bbin_test_lib_private
+ GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i ${{ github.workspace }}/test-resources/id_ed25519_bbin_test_lib_private
71
GITLIBS_DEBUG: true
72
- name: Upload debug log
73
if: failure()
0 commit comments