We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bc9dc commit 6b3c046Copy full SHA for 6b3c046
1 file changed
.github/workflows/operations.site.deploy.ddev.yml
@@ -11,7 +11,7 @@ on:
11
inputs:
12
13
git_repository:
14
- default: ${{ github.event.repository.clone_url }}
+ default: ${{ github.event.repository.ssh_url }}
15
type: string
16
description: The repository to deploy.
17
0 commit comments