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 0c09079 commit 65c480fCopy full SHA for 65c480f
1 file changed
.github/workflows/pull_requests.yml
@@ -82,6 +82,8 @@ jobs:
82
image: stoneatom/stonedb_buildenv:${{ matrix.os }}
83
steps:
84
- uses: actions/checkout@v3
85
+ with:
86
+ ssh-strict: 'false'
87
- name: compile stonedb
88
id: compile
89
run: |
0 commit comments