Skip to content

Commit 3e1f066

Browse files
committed
Use https://ddev.com/install.sh as default download url
1 parent 919f3f8 commit 3e1f066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ default: `latest`
8888

8989
URL to the DDEV installation script. This allows you to specify a custom or alternative source for the DDEV installation script.
9090

91-
default: `https://raw.githubusercontent.com/ddev/ddev/master/scripts/install_ddev.sh`
91+
default: `https://ddev.com/install.sh`
9292

9393
```
9494
- uses: ddev/github-action-setup-ddev@v1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ inputs:
4646
installScriptUrl:
4747
description: 'URL to the DDEV installation script'
4848
required: true
49-
default: 'https://raw.githubusercontent.com/ddev/ddev/master/scripts/install_ddev.sh'
49+
default: 'https://ddev.com/install.sh'
5050

5151
runs:
5252
using: 'composite'

0 commit comments

Comments
 (0)