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 919f3f8 commit 3e1f066Copy full SHA for 3e1f066
README.md
@@ -88,7 +88,7 @@ default: `latest`
88
89
URL to the DDEV installation script. This allows you to specify a custom or alternative source for the DDEV installation script.
90
91
-default: `https://raw.githubusercontent.com/ddev/ddev/master/scripts/install_ddev.sh`
+default: `https://ddev.com/install.sh`
92
93
```
94
- uses: ddev/github-action-setup-ddev@v1
action.yml
@@ -46,7 +46,7 @@ inputs:
46
installScriptUrl:
47
description: 'URL to the DDEV installation script'
48
required: true
49
- default: 'https://raw.githubusercontent.com/ddev/ddev/master/scripts/install_ddev.sh'
+ default: 'https://ddev.com/install.sh'
50
51
runs:
52
using: 'composite'
0 commit comments