Skip to content

Commit 1e9c1bc

Browse files
committed
testing changes in ddev head
1 parent 050b3a9 commit 1e9c1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
runs:
2727
using: 'composite'
@@ -30,7 +30,7 @@ runs:
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 }}"

0 commit comments

Comments
 (0)