Skip to content

Commit 65c480f

Browse files
RingsCmergify[bot]
authored andcommitted
workflow(git): Use the non strict ssh mode in PR (#1299)
1 parent 0c09079 commit 65c480f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pull_requests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
image: stoneatom/stonedb_buildenv:${{ matrix.os }}
8383
steps:
8484
- uses: actions/checkout@v3
85+
with:
86+
ssh-strict: 'false'
8587
- name: compile stonedb
8688
id: compile
8789
run: |

0 commit comments

Comments
 (0)