We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba2919 commit cc66197Copy full SHA for cc66197
action.yaml
@@ -32,7 +32,7 @@ runs:
32
steps:
33
- name: Install defang
34
shell: bash
35
- run: . <(curl -Lf https://s.defang.io/install || echo return $?)
+ run: . <(curl -Lf https://raw.githubusercontent.com/DefangLabs/defang/main/src/bin/install || echo return $?)
36
env:
37
DEFANG_INSTALL_VERSION: ${{ inputs['cli-version'] }}
38
0 commit comments