We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ef8ee commit cdd845cCopy full SHA for cdd845c
.github/workflows/install.yml
@@ -18,5 +18,5 @@ jobs:
18
- name: Install defang
19
run: . <(curl -Ls https://s.defang.io/install)
20
21
- - name: Login to Defang
22
- run: defang version
+ - name: Sanity check
+ run: defang --version
0 commit comments