Skip to content

Commit 48a13ad

Browse files
committed
chore: fix dev workflow
1 parent 4e395aa commit 48a13ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
PR_TITLE: ${{ github.event.pull_request.title }}
7171
run: |
72-
git clone --depth 1 git@github.com:adbc-drivers/dev
72+
git clone --depth 1 https://github.com/adbc-drivers/dev
7373
python dev/adbc_drivers_dev/title_check.py $(pwd) "$PR_TITLE"
7474
7575
lint:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ copyright/license headers are present.
3434
Add this repository to your `.pre-commit-config.yaml`:
3535

3636
```yaml
37-
- repo: git@github.com:adbc-drivers/dev
37+
- repo: https://github.com/adbc-drivers/dev
3838
rev: "<latest rev on main>"
3939
hooks:
4040
- id: rat

0 commit comments

Comments
 (0)