Skip to content

Commit 6b3c046

Browse files
authored
Use SSH URL to clone by default.
1 parent 52bc9dc commit 6b3c046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/operations.site.deploy.ddev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
inputs:
1212

1313
git_repository:
14-
default: ${{ github.event.repository.clone_url }}
14+
default: ${{ github.event.repository.ssh_url }}
1515
type: string
1616
description: The repository to deploy.
1717

0 commit comments

Comments
 (0)