Skip to content

Commit cc66197

Browse files
committed
use un-shortened install script URL
1 parent dba2919 commit cc66197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
steps:
3333
- name: Install defang
3434
shell: bash
35-
run: . <(curl -Lf https://s.defang.io/install || echo return $?)
35+
run: . <(curl -Lf https://raw.githubusercontent.com/DefangLabs/defang/main/src/bin/install || echo return $?)
3636
env:
3737
DEFANG_INSTALL_VERSION: ${{ inputs['cli-version'] }}
3838

0 commit comments

Comments
 (0)