File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ inputs:
2121 installScriptUrl :
2222 description : ' URL to the DDEV installation script'
2323 required : true
24- default : ' https://ddev. com/install .sh'
24+ default : ' https://raw.githubusercontent. com/stasadev/ddev/refs/heads/20251104_stasadev_install_ddev_head/scripts/install_ddev .sh'
2525
2626runs :
2727 using : ' composite'
3030 shell : bash
3131 run : |
3232 if [[ '${{ inputs.version }}' == 'head' && '${{ inputs.installScriptUrl }}' == 'https://ddev.com/install.sh' ]]; then
33- SCRIPT_URL="https://raw.githubusercontent.com/ddev /ddev/main /scripts/install_ddev_head.sh"
33+ SCRIPT_URL="https://raw.githubusercontent.com/stasadev /ddev/refs/heads/20251104_stasadev_install_ddev_head /scripts/install_ddev_head.sh"
3434 echo "Using head version install script: ${SCRIPT_URL}"
3535 else
3636 SCRIPT_URL="${{ inputs.installScriptUrl }}"
You can’t perform that action at this time.
0 commit comments