We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3f035 commit 0692e36Copy full SHA for 0692e36
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
bb test -n babashka.bbin.scripts.git-dir-test
57
env:
58
- GIT_SSH_COMMAND: core.sshCommand=ssh -o StrictHostKeyChecking=no -i ./test-resources/id_ed25519_bbin_test_lib_private
+ GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no -i ./test-resources/id_ed25519_bbin_test_lib_private
59
GITLIBS_DEBUG: true
60
- name: Upload debug log
61
if: failure()
0 commit comments